Break action

Use the Break action in the Loop package to exit the loop entirely when a specified condition is met. This action stops the loop from executing any further iterations and moves the control to the next action after the loop.

Settings

In the Label of loop to break from field, select the label of the loop that you want to break from.
Note: You can use the Break action with the If action to terminate the loop based on the condition you have specified in the If action. When you terminate the loop, the actions immediately following the Loop action will execute.