This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHubThis 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
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.