Iterating Array
Fixed Iteration
Do While
{{node.<no. of loop node>.body.iteration_count}}
.Do While
action, you need to provide a minimum of 2 conditions:+ Add Condition
, you can add multiple AND or OR conditions of a break case. And multiple break cases can be added by clicking on + Add Break Case
.Create workflow
Do While
action.Add other nodes
Configure the nodes
Configure Response node
Data
field.Add Loop and Break Conditions
Output of execution
Array Iteration
, you need to provide the array which will determine the no. of times the loop will be executed while in Fixed iteration
, you simply provide the Number of Iterations.
Array Iteration
and Fixed Iteration
action of the Loop Node.{{node.<loop_node_number>.body}}
.
In the picture below, we are using the data that we received from the Loop node by templating it.
array_item
object. Consider you want to access an Id
that is unique within each array item that is being passed in the Loop Node. To do so, do the following templating