Roberty StudioRPAAction catalogNo-CodeMy robotNext iterationOn this pageMy robotNext iterationNext 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. Copy the action code 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.