NodesProcess
Get Array Object Item
Slot Usage: 0
Overview
Get Array Object Item selects an object at a given index from an upstream array, then exposes that object’s fields as individual outputs.
Use this when you need the properties of one object in an array of objects, rather than the whole object as a single value.
Input
Tool
string requiredSelect the tool that contains the array.
Output array from tool
string requiredSelect the array to extract an object item from. Shown after a tool is selected.
Index
integer0-based index of the object in the array.
Default: 0
Output
Outputs are generated dynamically from the selected object’s properties (one field per key). Types follow each property’s schema.