Hi, our backend accounts/dispatch system imports orders from Shopify for processing and tags the order “Imported” once done, as a safeguard against double-importing orders. This works great normally but occasionally a staff member will need to re-send an order if it is lost/damaged etc.
To do this, they duplicate the original order and 100% discount, but this also brings over the tag from the original order, meaning our order import skips it and never processes the replacement - and this can easily be forgotten.
As this creates a duplicate order, it would seem that the best step is to use Flow to remove the tag “Imported” from any newly created order
Start When…
Order Created
Do this…
Remove order tags
Remove the following order tags: Imported
(and as a test, Add the following order tags: Test)
However, once the order is created (marked as paid), the flow runs, it ADDS the “test” tag (confirming the flow has been triggered and run) but doesn’t remove the “imported” tag
Anyone know what I’m missing here? I’ve also tried a flow on draft orders to remove the tag as soon as the duplicate is created as a draft order but with the same effect.