Difference between revisions of "Control flow: Break from loop"

(Created page with "<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;"> This action will immediately break out of the current loop and run the next action...")
(No difference)

Revision as of 22:04, 12 February 2024

This action will immediately break out of the current loop and run the next action after the loop.
If this action is placed outside of a loop then it will be ignored.