Get List Item Node

Get List Item node.

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

Ingressi

Elenco

The input list.

Index

The index of the item to retrieve.

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

Proprietà

Data Type

The data type of the input list and output value.

Uscite

Valore

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.