Exit loop block
Last updated: 25.08.2026The exit loop block stops a loop block from iterating over items in a list. The exit loop block is used in combination with a condition block.
An exit loop block is commonly used in the following situations:
- When your automation contains a loop that should stop when a condition is met.
- When your automation contains a loop that will run indefinitely unless forced to exit.
Bilgi notu
An exit block does not need to be configured.