Skip to main content

Break loop

Sophie avatar
Written by Sophie
Updated this week

Definition and Usage

The Break loop 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

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".

Did this answer your question?