Automation "wait for a condition"

Hello
I have a โ€œProcessesโ€ where I call a โ€œTaskโ€ several times, but I need to give it time between calls, I think that about 10 seconds would serve between calls to make it work properly, but what I was concerned about was the following โ€ฆ โ€ฆ

TOTALSECONDS (TIME (TIMENOW ()) - TIME ([UPD]))> TOTALSECONDS (โ€œ00:00:15โ€)

but [UPD] that is in the table where the process says that it does not exist โ€ฆ

Could anyone help me ?
Thank you
I donโ€™t know if it works anyway, any other ideas?

the process

the errorโ€ฆ

0 3 475
3 REPLIES 3

Thatโ€™s not how the โ€œwait for a conditionโ€ works. The Bot isnโ€™t just sitting there re-evaluating the expression every X amount of seconds/minutes until it returns True. It requires another data change trigger.

https://community.appsheet.com/search?q=wait%20delay%20%23appsheet-automation

We are currently working on adding a feature that would allow to the wait step to wait x amount of time.

In the mean time until that is deployed. What is the Task you are calling? If its a webhook task into your service you could call back to the AppSheet API when it completed its task to continue the execution of the process. That could be facilitated by a column that is updated on the row.

Thx, i will use that idea, a column updated

Top Labels in this Space