While Loop Block

Execute blocks while the condition is met.

When it meets the condition, the while loop block will continue to the block that connects with the first output. And if it's not, it will continue to the block that connects with the fallback output.

while loop example

Open the condition builder page to see how to build a condition.