Nodes > Arrays > Iterator

Returns the next object in the array each time it's executed, looping back to the first object after reaching the end.
Inputs
| Name | Type | Description |
|---|---|---|
| array | array | Array to iterate through |
Outputs
| Name | Type | Description |
|---|---|---|
| Object | any | Current object |
Was this page helpful?