Comment on page
Delay Helper
Pause flow execution for some time

The Delay Helper allows to pause a Flow for some time, e.g. when a system has a known rate limit of only 100 API calls per minute, or it is known, that a system needs some time until an object that has been created is ready to accept child objects that are associated to it.
The Delay Helper has only one default action - Delay flow execution.
The helper has the following two options:
- Seconds
- Minutes

The maximum delay in minutes is 15 minutes.
Using advanced mode, you can also make the delay dependent on the flow contents or even random:

Last modified 1mo ago