Combine Lists Node
Last updated
Last updated
This node merges two lists into one. For example, [a, b, c] combining with [d, e, f] becomes [a, b, c, d, e, f].
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.
Output: The combined list
Type: List<Text>
Example usage: {{combine_list_0.output}}