Shopify Flow - Email After Tag Removed

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?

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