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

# MergeTextLists - ComfyUI Built-in Node Documentation

> Complete documentation for the MergeTextLists 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/MergeTextLists/en.md)

This node merges multiple text lists into a single, combined list. It is designed to receive text inputs as lists and concatenates them together. The node logs the total number of texts in the merged list.

## Inputs

| Parameter | Data Type | Required | Range | Description                                                                                                        |
| --------- | --------- | -------- | ----- | ------------------------------------------------------------------------------------------------------------------ |
| `texts`   | STRING    | Yes      | N/A   | The text lists to be merged. Multiple lists can be connected to the input, and they will be concatenated into one. |

**Note:** This node is configured as a group process (`is_group_process = True`), meaning it automatically handles multiple list inputs by concatenating them before the main processing function runs.

## Outputs

| Output Name | Data Type | Description                                             |
| ----------- | --------- | ------------------------------------------------------- |
| `texts`     | STRING    | The single, merged list containing all the input texts. |
