Getting Started
UI Flow Editor
Basic
Advanced
Navigation
Community
This page explains how to the For Loops action step to iterate over the array variable
To use the For Loop action step, you must first initialize an array variable using the Initialize Variable action step.
The For Loop action step is a type of loop that allows you to iterate over an array variable.
To set up a loop action, follow these steps:
Click on the toggle list to select the variable you want to iterate over.
Click the $\color{#4CB7C3}+$ button on the branch with the loop sign to select the action step you want to perform on each item in the array.
Loop sign.
← Previous
Next →
On this page