- Drag and drop the Loop Node and Loop End workflow controls.
- Right-click the Loop Node and select Properties.
- Enter the following details:
- Name – Assign a name to the loop.
- Loop Variable – Define the variable to iterate over.
- Enable Break Loop / Continue Loop – Choose the looping behavior.
- If you enable Break Loop or Continue Loop, provide:
- Condition Logic – Define when the loop should break or skip an iteration.
- Map Loop Variable – Select the variable to evaluate.
- Operator – Choose the comparison operator.
- Value – Set the value to check against.
- Click Save to apply the loop settings and activate the workflow logic.
- Drag-and-drop Loop End node and connect to a Loop Body.