Continue

Overview


This block is used with loops only. If reached during the flow, it skips the current iteration of the loop and continues with the next.

Continue avoids further actions when a specific condition is met.

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

Procedure

Continue works well with If:

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

  2. Place the Continue block somewhere under the If block.

  3. Run the workflow to see the effect applied.

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

To disable a Continue block without deleting it, use the slider on the left of its name.