> ## 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.

# Combine

> Combines everything processed in parallel into one output

## Overview

<div align="center">
  <img src="https://mintcdn.com/dibby/pqX3-_kQLdN967hk/images/nodes/combine.png?fit=max&auto=format&n=pqX3-_kQLdN967hk&q=85&s=4a9dc80e9c88f32f89f02480e5d01d7f" alt="Combine Node" width="352" height="246" data-path="images/nodes/combine.png" />
</div>

The **Combine** node collects and combines results from parallel execution branches (typically from a For Each loop) into a single array. This is the complementary node to For Each.

## Configuration

### Element

Define the structure of individual elements to combine.

## Inputs

* **Element**: Individual elements to combine into an array

## Outputs

* **Combined**: An array containing all the collected elements

## Usage

Place the Combine node after a For Each loop to collect all processed elements back into a single array. Each iteration adds one element to the final combined output.
