Loops for Flows

Prev Next

Loops for Flows allows you to iterate over a collection of items, numbers, or text. This enables you to perform actions multiple times within a workflow based on dynamic data, making it ideal for scenarios like processing a list of items, performing operations on a series of numbers, or handling chunks of text.

Configuring the Loops for Flows Action

In your Workflow select the Built-in tool "Loops" as an action.

Choose the Event: Select one of the following loop types based on your needs:

Loop Items: Iterate over a list or array of items.

Loop Numbers: Perform a set number of iterations, looping through a defined range of numbers.

Loop Over Text: Loop over a block of text, processing it one character or word at a time.

Define Loop Parameters

Loop Items: Select the array or list that holds the items to be looped over. You can choose an array from previous steps. Then, define the item index (starts at zero) and maximum iterations (you can maximum loop over 500 items).

Loop Numbers: Define the item index (starts at zero) and maximum iterations (you can maximum loop over 500 items).

Loop Over Text: Define the text string that you want to loop through and the text delimeter to split the text into words. Define the item index (starts at zero) and maximum iterations (you can maximum loop over 500 items).