List Operations
Combine Lists Node
Combine multiple lists into a single list
The combine lists node allows you to combine multiple lists into a single list. For example, [a, b, c] combining with [d, e, f] becomes [a, b, c, d, e, f].
Node Inputs
- Type: The type of list you want to create
- Type:
Dropdown
- Type:
- Lists: The lists you want to combine
- Type:
List<List<T>>
(based on the type of list you choose)
- Type:
Node Outputs
- Output: The combined list
- Type:
List<T>
- Example usage:
{{combine_list_0.output}}
- Type: