Getting Started

Getting Started

Installation

Your First Flow

UI Flow Editor

Triggers

Action Steps

Community

Community version

Troubleshooting

Roadmap

Releases

Loops


This page explains how to the For Loops action step to iterate over the array variable

Requirements

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.

Capture d’écran 2023-05-28 à 20.42.45.png

To set up a loop action, follow these steps:

  1. Click on the toggle list to select the variable you want to iterate over.

  2. 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.

    Loop sign.

← Previous

Branching

Next →

Async actions

On this page