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
Add the New List node.
The output is an empty list — feed it into Push inside a loop to build it up one item at a time.