Break

Overview


This block is used with loops only. It intercepts the current loop once it’s reached during the flow.

If Break is situated inside a nested loop, only the nested loop will be broken, but the outer one will proceed with its action.

Drag and drop Break inside a loop where a green field appears. Doing so makes it part of the workflow.

Procedure

Break works well with the If block:

  1. Enter a condition in the provided field in the If block.

  2. Place Break somewhere under the If block.

  3. Run the workflow to see the effect applied.

The resulting structure will execute Break when the condition is met.

To disable Break without deleting it, use the slider on the left of its name.