Skip to main content

Get Object from Array

Retrieves an object (or a nested value via Key Path) from an array by index using the Array Id. Triggers when Do is signaled.

Inputs

DataDescription
Array IdId of the source array.
IndexZero-based index; negatives index from the end.
Key PathOptional comma-separated path to retrieve a nested value.
SignalDescription
DoPerforms the lookup and outputs the result.

Outputs

DataDescription
ValueThe object or nested value.
Object IdThe id of the retrieved object, when available.
Key PathEcho of the key path used for retrieval.
SignalDescription
DoneEmitted when retrieval succeeds.
FailureEmitted when retrieval fails (missing id/index/key path).