data
data.arrayInsertInsert Array Item
Insert one item into an array at a specific index.
Inputs
3InputValue typeRequirementAccepted sources
Array
arraySource array to insert into. Value type: array. Must come from a previous node output such as data.items or data.results.arrayRequirednodeOutputIndex
indexZero-based insert index. Value type: number. Supports literal number or number-valued node output.numberRequiredliteralnodeOutputItem
itemItem to insert. Value type: any JSON-compatible value. Supports literal value or previous node output.anyRequiredliteralnodeOutputOutputs
3Output pathValue typeCoordinate space
data.itemsarray—data.lengthnumber—data.indexnumber—Runtime support
DesktopSupported
Android AgentSupported