Exit loop
Last updated
Was this helpful?
Last updated
Was this helpful?
The Exit Loop action node can be placed inside a While or Foreach loop to end its execution.
In this example, a list of orders is iterated. When an Order with the status New is found, it is set as selected and the loop ends. If there are any action nodes after the loop, these will be run next.