For each
For each
iterates over each item in an iterable data structure and executes a block of code for each item.
Add Node
Right-Click anywhere on canvas, select Flow Control/For each
Iterate Array
Combined Iteration
TIP
The order for combined iteration is determined by the position of the nodes in the canvas. The nodes at the top of the canvas will be executed first.