Feature: add Loop workflow action in Advanced actions
A new Loop Workflow action is now available under Advanced Actions, allowing you to iterate over an array of data dynamically inside your automation flows.
π What It Does:
- Loops through each item in an array (e.g., a list of follow-up messages, products, etc.)
- Triggers a sub flow for each item
- Stores the current item in {{LOOP_ITEM}} for use inside the sub flow
π‘ Use Cases:
- Send dynamic follow-up messages at different timeframes
- Iterate over Shopify products, lead records, or AI-generated suggestions
- Combine with AI to generate personalized actions per item
πWhere to Find It:
Go to your workflow and navigate to:
Advanced Actions β Loop Workflow
Advanced Actions β Loop Workflow