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.
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.
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.