For Each Loop step

Introduction

This step functions as a for-loop, executing a set of defined steps for every item in a provided list.

Description

Allows for repetitive execution of a sequence of steps, where each iteration of the loop processes an item from the list.

Configuration

  • List: Select the list variable to iterate over. This is a required field.

  • Steps: Define the steps to be executed for each item in the list. These steps will be repeated for each element in the list.

When defining steps, you can access the current Item variable by selecting Steps > Loop (name of the loop step) > Item.

Usage

Ideal for automations that require repetitive actions, such as processing each member in a list, handling multiple messages, or iterating through a collection of data.

Last updated