Skip to main content

List

Uncontrolled node

Overview

Provides an interface to create a list data structure. Each value in the list data is positioned by an index starting from 0. Index zero is position one and index one is position two and so on... Each value in the list be be of type text, boolean, number, dictionary or list, see Data types for further information. Each value in a list can be iterated on using the For Each node.

Outputs

OutputTypeDescription
OutputListA list structure containing values at each index