> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-comfy-docs-comfyapi-search.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# CreateList - ComfyUI Built-in Node Documentation

> The Create List node combines multiple inputs into a single, sequential list.

The Create List node combines multiple inputs into a single, sequential list. It accepts any number of input slots that share the same data type and concatenates their items in the order the slots are connected. The result is one list containing all connected items.

## Inputs

| Parameter | Description                                                                                                                                                                                                                                                                    | Data Type | Required | Range                                                      |
| --------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------- | -------- | ---------------------------------------------------------- |
| `inputs`  | A variable number of input slots named `input`, `input_2`, `input_3`, and so on. Each slot accepts a list of items of the same data type (for example, all IMAGE or all STRING). New slots are created automatically as needed. The node concatenates the lists in slot order. | Any       | Yes      | Any number of slots; each slot accepts any number of items |

**Note:** All connected inputs must share the same data type. Each connected slot provides a list of items, and the node combines the lists in slot order (`input`, then `input_2`, then `input_3`, ...). The node is also searchable under the aliases "Image Iterator", "Text Iterator", and "Iterator".

## Outputs

| Output Name | Description                                                                                                                                                        | Data Type |
| ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------- |
| `list`      | A single list containing all items from the connected inputs, concatenated in the order the slots were provided. The output data type matches the input data type. | Any       |

> This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! [Edit on GitHub](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/CreateList/en.md)

***

**Source fingerprint (SHA-256):** `4824fa6af46ab08cd3c10b033dbb3e43682b468e1dbd934fffb571349e025b96`
