These elements manage timing and repetition within a scenario. They give you flexibility in how data is routed and when steps are executed.
Repeater
The Repeater element repeats a step multiple times with a defined number of iterations. Useful for looping through actions a fixed number of times (e.g. retrying a request three times).
Note: The default limit for a repeater is 30 repetitions. After this point, the system automatically stops the process to prevent infinite loops.
Wait
The Wait element pauses the scenario before continuing. You can define timing in several ways:
- Fixed delay – wait a specific number of seconds, minutes, or hours.
- Until date/time – pause until an exact date.
- Within specific hours – restrict continuation to certain times (e.g. only between 10:00–18:00).
- Next working day / weekday – continue execution at the start of the next working day or on a specified weekday.