I am trying to get a particular flow to email me when a tag is removed. I am able to get a list of orders with the 2 tags I am searching for and remove the tag in a for each loop but cannot add a second action after removing the tag. What is the best solution for this?
Topic summary
-
Main issue: Configure Shopify Flow (automation) to send an email after an order tag is removed. The flow currently retrieves orders with two specific tags and removes a tag in a For each loop, but the user can’t add a follow-up action after removal.
-
Recommendation: Add a second loop positioned after the first loop within the same workflow to handle the post-removal logic (such as sending the email). Additionally, limit the “Get order data” step to 50 or fewer items (instead of 100) to avoid hitting data limits.
-
Clarification: The second loop should be added in the same flow after the first loop, not created as a separate flow.
-
Status: Guidance provided but no confirmation of implementation or resolution. Open items include how to practically build the second loop and configure the email action following tag removal.
You could add a second loop. I’d recommend you limit the “Get order data” to <= 50 instead of 100 or your might hit data limits.
How do I add a 2nd loop? Do I do it in the same flow or are you saying create a new flow?
You can add it after the first loop in the same workflow
