Skip to main content
Picks the element at a given index from a list, returning nil if the index is out of bounds.

Indexing

Indices are zero-based. Negative indices count from the end of the list (-1 is the last element).

Each-loop integration

When evaluated inside an Each loop, the node falls back to the current iteration index if no value is supplied on the index port. Outside an Each loop, omitting the index raises an error.

Ports