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
Dear Community
I would like to start a flow, where I get an internal Email, if the fullfillment is created without tracking code.
I know how to set up the flow, but I do not find the correct condition for empty tracking nomber. (I made a screenshot to show which field of the backend I would like to use in the condition for the flow. )
I tried trackingInfo_item.number, but it does not work, so I made it wrong.
Can you help me please?
Thank you very much
Vanessa
That is the correct field. However, an order doesn't have fulfillments until they have created. So most likely when you ran this condition the fulfillments object didn't even exist yet, which means it never go to your number check.
What trigger are you using and what else is in the workflow?