Skip to main content

New List

Create a new empty list

Written by Holly Conrad Smith

Use this to start an empty List that you build up piece by piece — for example, as the starting point before a loop that pushes items onto it one at a time.

Different from Encapsulate in List, which wraps one existing value into a one-item list — New List starts completely empty.

Category: Lists

Kind: Operation

Description: create a new empty list

Inputs

None

Outputs

Name

Abbreviation

Type

Access

Description

list

L

Any

List

the new empty list

How to

  1. Add the New List node.

  2. The output is an empty list — feed it into Push inside a loop to build it up one item at a time.

Did this answer your question?