Skip to main content
My robot

Next iteration

Next iteration

Stops running the rest of the current block and jumps straight to the parent loop's next iteration. The equivalent of continue in a programming language.


Options

This action has no settings.

Returns

This action produces no data.

Rules and conditions

  • It has to be used inside a Loop block. Outside a loop its behaviour is undefined.
  • Every action after Next iteration in the same block is skipped for the current pass.
  • When the last iteration is reached, the loop ends normally.
  • Pair it with a Decision to skip iterations conditionally.