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.
| Data | Description |
|---|
| Array Id | Id of the source array. |
| Index | Zero-based index; negatives index from the end. |
| Key Path | Optional comma-separated path to retrieve a nested value. |
| Signal | Description |
|---|
| Do | Performs the lookup and outputs the result. |
Outputs
| Data | Description |
|---|
| Value | The object or nested value. |
| Object Id | The id of the retrieved object, when available. |
| Key Path | Echo of the key path used for retrieval. |
| Signal | Description |
|---|
| Done | Emitted when retrieval succeeds. |
| Failure | Emitted when retrieval fails (missing id/index/key path). |