Skip to main content
[Command] Next loop
Sophie avatar
Written by Sophie
Updated over a week ago

Definition and Usage

The Next Loop command is used to reject all the remaining command(s) in the current loop and move on to execute the next loop.

Note: A Next Loop command must be used with an If command.


Parameter Values


Example

Parameter setup:

Workflow:

This workflow will take each row from the "Table1" and save it as a separate variable called "loopItem0". It will then print all items contained in the "Item" column, except for those that have the text "BBB", which will be skipped over during this process. At the end of the loop, all other items will be displayed.

Did this answer your question?