Continue
The Continue block is used inside the loops in the workflow. Use this block to skip the rest of the current loop iteration and immediately begin the next loop iteration.
Procedure
To integrate the block into your workflow alongside the If block, complete the following steps:
- Drag and drop the If block inside a loop in your workflow and enter a condition.
- Drag and drop a Continue block under the If block.
- Run the workflow. When the condition in the If block is met, the Continue block is triggered and the next iteration of the loop begins immediately.
Disabling the Continue block
To temporarily disable the block, turn off the switch in the block header.