Wait Block
Wait block pauses the automation for a specific duration measured in seconds.
Configuration:
Time to Wait in Seconds
- When you have to wait for a longer period of time, a simple math equation can be used to calcuate the number of seconds. If you want to wait for 5 minutes, rather than writing300
into the input field a5*60
can be used.If Error Occurs
(Advanced) - In case you are using a more complex way of calculating theTime to Wait in Seconds
, for example using a Dynamic Data taken from the system, you can specify what to do in case that Dynamic Data is not available at the moment. Read more about Dynamic data. You can either abort the automation or handle an error in a separate branch.
🎬 Video tutorial