← Back to the Developer Tools category

Extract Item

This node extracts a single item from a repeated input (array) at the specified index. Supports negative indices to count from the end (-1 = last item).

DataArrayExtract
Try this node

Inputs

NameTypeRequiredDescription
valuesanyYesValues to extract from (supports multiple connections)
indexnumberYesThe index of the item to extract (0-based). Negative indices count from the end (-1 = last item).

Outputs

NameTypeDescription
resultanyThe extracted item

Related Nodes in Developer Tools