Get List Item Node

Get List Item node.

The Get List Item node returns the value stored at a specific index in a list.

Inputs

Lista

The input list.

Índice

The index of the item to retrieve.

Indices are zero-based, meaning the first item in the list has an index of 0.

Propriedades

Data Type

The data type of the input list and output value.

Saídas

Value

The value stored at the specified index in the input list.

If the index is outside the bounds of the list, the default value for the selected data type is returned.