Shopify Flow is an ecommerce automation platform that enables you to automate tasks and processes within your store and across your apps.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Also created a separate flow to do the same for all draft orders:
Have you looked at the workflow run? Can you show an image of what that shows? It would also help to see exactly what is in your condition
Workflow shows the flow succeeding but no action is taken (i.e. tag as warranty). We also manually create warranty orders from draft orders so I tried a similar flow (not show here) but also no success. See more details below:
Thanks!
You have "is not equal to" for the tag. If it has more than one tag, it will always have one tag that "is not equal marketing".
Instead you want "If none of order / tags is equal to marketing"
Thank you! Will this also work for draft orders since those become regular orders during the fulfillment process?
It will run when a draft order becomes an order, if that is what you are asking.
Yes, thanks for confirming.
Appreciate the help!