Flatten List of List Node
Last updated
Last updated
This node allows you to flatten a list of lists. Specifically, it takes a list of lists and converts it into a list. For example, flattening [[a, b], [c, d]] becomes [a, b, c, d].
List of Lists: List of lists to flatten
Type: List<List<Type Selected>
Flattened_list: Flattened list
Type: List<Type Selected>
Example usage: {{flatten_list_0.flattened_list}}
Type: The data type that the list of elements will have. The available types are: Text (default), Integer, Any, Float, Boolean, File, Audio, Image and JSON.
The below example is a pipeline for flattening a list of lists to a list.