Combine Lists Node

This node merges two lists into one. For example, [a, b, c] combining with [d, e, f] becomes [a, b, c, d, e, f].

Node Inputs

  • List 1: First list to merge

    • Type: List<Text>

  • List 2: Second list to merge

    • Type: List<Text>

  • Click Add Input to add more lists.

Node Outputs

  • Output: The combined list

    • Type: List<Text>

    • Example usage: {{combine_list_0.output}}

Last updated