Loop Step

A Loop step is a group of steps accompanied by a Break step to break out of the loop, or a Continue step to skip to next iteration. To loop with a condition, use a Conditional Step inside the loop. To loop by waiting for something to happen on a device, use a Guarded Choice Step instead.
Loop step parameters

Press the Go to Next Iteration button to execute until the same program point is reached again. The loop can be executed more than once if the program point is skipped in some iterations. If there are no more iterations, the execution stops at the program point outside the Loop step.