Next iteration

The Next Iteration action node can be placed inside a While or Foreach loop to immediately end the current iteration and start the next iteration. If it is triggered in the last iteration of the loop, it will end its execution.

Example

In this example, a list of orders is iterated. If the order status is Delivered, the Next Iteration action node is triggered and skips to the next order without evaluating the second If block.

Last updated

Was this helpful?