Skip to main content
The Repeat block lives in the Loops palette category. Repeat a section of your flow while a condition is true or for a fixed number of times.

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

Connect Break a Loop inside the body to exit early.

See also

Last modified on June 6, 2026