Skip to main content
The Repeat for Each block lives in the Loops palette category. Loop once for each item in a collection variable.

What it does

Runs the loop body once per item in a collection variable, exposing the current item as a variable.

Configuration

Open the block in the builder sidebar to configure these fields.

collection

Type: string. Required. List variable to iterate (for example {vars.users}).

item_var

Type: string. Required. Name for the current item inside the loop ({vars.item}).

See also

  • Loops — Browse all blocks in the Loops category.
Last modified on June 6, 2026