Continue action
- Updated: 2024/08/05
Continue action
Use the Continue action in the Loop package to skip the remaining commands in the current iteration of the loop and proceed to the next iteration. This enables you to bypass certain actions based on a condition without exiting the loop entirely.
Settings
In the Label of loop to continue from field, select the label of
the loop that you want to continue from.
Note: You can use the
Continue
action with the If
action to skip the current iteration and continue with the next
iteration in the loop based on the condition you have specified in the
If
action.