

How to use "Iterate"
The Iterate option allows you to process each item in a list individually, making it useful for executing actions on multiple data points one by one. This is particularly helpful when working with datasets like keyword lists, product catalogs, or campaign reports.
How It Works:
Add the "Iterate" Utility – Insert this step into your flow where you need to process multiple items separately.
Select the List to Iterate Over – Choose the dataset or list containing the items you want to loop through.
Define the Actions for Each Item:
Modify or transform the item.
Send data to an external tool (e.g., update each product in a feed).
Check conditions for each item and trigger specific actions accordingly.
Use the Output in Your Flow – The results of each iteration can be stored, sent, or used as input for further automation.
Here is an example how this can be applied:
Let's assume you have a a flow where you want to report campaigns with a bad ROAS one by one.
(1) You can simply use an iteration to go through the list of campaign reports, which feature campaign name, KPIs, and more
(2) The actions within the iteration will be then applied one by one per row which has been specified as source
This means, depending on your condition, the elements within the true and/or false branch might be executed per row within in your source element