Use this when you want to collapse a list of lists into a single flat list within a flow, for example merging results from multiple geometry operations.
Inputs
Name | Abbreviation | Type | Access | Description |
List | L | Any | List | The list to flatten |
Outputs
Name | Abbreviation | Type | Access | Description |
List | L | Any | List | The flattened list |
How to
Feed in a list of lists (a nested list)
The result is a list of the elements nested into the original lists

