Skip to main content
Version: 4.55.1

Nodes > Arrays > Iterator

Iterator

Returns the next object in the array each time it's executed, looping back to the first object after reaching the end.

Inputs

NameTypeDescription
arrayarrayArray to iterate through

Outputs

NameTypeDescription
ObjectanyCurrent object
Was this page helpful?
Yes
No