Skip to main content

Flatten List

Flatten a list of lists

Holly Conrad Smith avatar
Written by Holly Conrad Smith
Updated over 2 weeks ago

Turn a list of lists into a list of the formerly nested items.

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?