While loop
The While loop action automatically repeats a set of actions as long as a specific condition is true. The loop continues running until the condition is no longer met or the exit criterion is reached. The execution is limited to 100 times per execution.
No logic actions are available in a While loop.