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

List

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.

특성

Data Type

The data type of the input list and output value.

Outputs

값(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.