What it does
Repeats connected blocks inside the loop body until a condition fails or a fixed count is reached.Configuration
Open the block in the builder sidebar to configure these fields.repeat_type
Type: string. Required.
Accepted values: while, times.
condition
Type: string.
Expression evaluated before each iteration for while loops.
times
Type: number.
Iteration count for fixed loops.
Loop anatomy
See also
- Repeat for Each — Iterate a list variable instead of a condition.
- Break a Loop — Exit the loop immediately.

