How long can a Wait Condition be set for?

I am trying to implement within an action a wait condition for 2 hours before going to the next step.

How long can a Wait Condition be set for?

That’s pretty extreme. I can only assume that the Wait happens on the user’s device itself. Provided there is no timeout, which there probably is, you would need to be prepared to sit there with your device untouched and the screen on so you wouldn’t interrupt the wait time.

The Wait action is only really meant to wait no more than a few seconds to make sure a prior action has finished running before moving on to the next action. Waiting minutes or hours is most likely never going to work as expected.

3 Likes

That makes a lot of sense. Thank you.

1 Like