Skip to main content

Flatten List

Flatten a list of lists

Written by Holly Conrad Smith

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

  1. Feed in a list of lists (a nested list)

  2. The result is a list of the elements nested into the original lists

Did this answer your question?