> ## Documentation Index
> Fetch the complete documentation index at: https://docs.meridian.surf/llms.txt
> Use this file to discover all available pages before exploring further.

# Repeat for Each

> Loop once for each item in a collection variable.

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](/builder/action-blocks/loops) — Browse all blocks in the Loops category.
