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

# Create List

> Combine individual values into a new list.

**Create List** collects its repeatable item inputs into one list. Use it when
separate values need to travel through the workflow as a single collection.

## Inputs

| Input     | Type           | Required | Description                                        |
| --------- | -------------- | -------- | -------------------------------------------------- |
| **Items** | Repeatable any | No       | Values to include. The node starts with two slots. |

## Output

| Output   | Type | Description                               |
| -------- | ---- | ----------------------------------------- |
| **List** | List | Every supplied item, in input-slot order. |

Add or remove item slots as needed. With no items, the action returns an empty
list.
