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

# CreateList - ComfyUI Built-in Node Documentation

> Complete documentation for the CreateList node in ComfyUI. Learn its inputs, outputs, parameters and usage.

> 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)

The Create List node combines multiple inputs into a single, sequential list. It takes any number of inputs of the same data type and concatenates them in the order they are connected. This node is useful for preparing batches of data, such as images or text, to be processed by other nodes in a workflow.

## Inputs

| Parameter | Data Type | Required | Range | Description                                                                                                                                                        |
| --------- | --------- | -------- | ----- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `input_*` | Varies    | Yes      | Any   | A variable number of input slots. You can add more inputs by clicking the plus (+) icon. All inputs must be of the same data type (e.g., all IMAGE or all STRING). |

**Note:** The node will automatically create new input slots as you connect items. All connected inputs must share the same data type for the node to function correctly.

## Outputs

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