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

# For Each

> Execute nodes for each elements in a list

## Overview

<div align="center">
  <img src="https://mintcdn.com/dibby/pqX3-_kQLdN967hk/images/nodes/for-each.png?fit=max&auto=format&n=pqX3-_kQLdN967hk&q=85&s=0eb6fdf544b95a539b4d983a4c82678c" alt="For each Node" width="563" height="300" data-path="images/nodes/for-each.png" />
</div>

The **For Each** node allows you to iterate over a list and execute a set of nodes for each element. This creates a loop in your workflow for processing arrays of data.

## Configuration

### List

Define the structure of the list to iterate over.

## Inputs

* **List**: The list of items to iterate over

## Outputs

* **Element**: The current element being processed (matches the element type of the configured list)
