How can I trigger a Flow when a tag is added to an order?

I need to perform an action when a particular tag is attached to an order. Initially I wanted to trigger on a schedule and then target orders containing a certain tag. This doesn’t seem to be possible.

My 2nd idea was to trigger the flow when a certain tag was added to an order.

Are either of these possible?

Thanks

The second idea is possible.

HI, there

I think the first one is doable. but the second way is not since there is no current available trigger for tags on orders

There isn’t an order tags added event yet, so no trigger for it.

You can use a Schedule + “Get order data” to get orders that have that tag, but you wouldn’t know it was added unless you tracked that somehow via a metafield or second tag.

1 Like

That’s what I ended up doing. I’ll just run two separate flows, one to remove the tag once the order is shipped (this is to track back orders) and then the original flow to set the tags where appropriate.

1 Like