For Loop node iterates over a list or a collection, executing a set of instructions for each item. It allows for repetitive processing within an API flow, enabling actions to be performed on multiple elements efficiently.
Node name
Checkout Node name
true
Variable to use
Variable you wish to use as a iterator e.g. `$.variables.index`
`$.variables.index`
Condition
Condition when you would like to exit the loop. Check this documentation to see how to build conditions in this node.
Increment factor
The factor by each you want to increment the variable after each iteration. e.g. 1
This node does not return any value
Last updated 1 year ago