Skip to main content

Exit loop block

The 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.

exit loop 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.
Information note

An exit block does not need to be configured.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!