Break
The Break block is used with loops in a workflow. This block brings an immediate end to the ongoing loop iteration.
Procedure
To integrate the Break block into your workflow alongside the If block, complete the following steps:
- Drag and drop an If block inside a loop in your workflow and enter a condition.
- Drag and drop a Break block under the If block.
- Run the workflow. When the condition in the If block is met, the Break block is triggered and the workflow exits the loop.
Disabling the Break block
To temporarily disable the Break block, turn off the switch in the block header.