Definition and Usage
The Break command is used to terminate the current loop immediately when encountered.
Note: A Break loop command must be used with a loop command.
Parameter
Example
Parameter setup:
Table1:
Workflow:
This workflow will loop through the "Table1
", saving each row as a new variable named "loopItem0
", All items in the "Item
" column will be printed before the loop ends when the "loopItem0
" contains "CCC
".