NodesProcess
Get Array Item
Slot Usage: 0
Overview
Get Array Item extracts a single element from an upstream tool’s array output by 0-based index.
The output type follows the selected array’s item type.
Input
Tool
string requiredSelect the tool that provides the array.
Output array from tool
string requiredSelect which array output from the tool to read. Shown after a tool is selected.
Index
integer0-based index of the element to retrieve.
Default: 0
Output
outValue
The array element at the selected index. Type matches the array item type.