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
Hello, I am hoping for some help with this. I am new to Shopify Flow and want to set up an automation to email me when a customer places an order.
I have set up a metafield titled "Sales Representative" with preset choices. When a customer with a Sales Rep places an order, we need to pay a commission to the representative based on the order amount.
So I want to be emailed whenever these orders come in. Please advise how to target the custom customer metafield when an order is placed if the metafield has a value. Thank you!
Solved! Go to the solution
This is an accepted solution.
Trigger: Order Created
Check if: Order -> Metafields -> Definition -> Name
Name Includes "sales representative"
Add Criteria for the same item -> AND
metfield -> Value
Value is Not empty and exists
Then -> Send email...
Should be ok
This is an accepted solution.
Trigger: Order Created
Check if: Order -> Metafields -> Definition -> Name
Name Includes "sales representative"
Add Criteria for the same item -> AND
metfield -> Value
Value is Not empty and exists
Then -> Send email...
Should be ok
Thank you for the reply, would it not be:
Check if: Order -> Customer -> Metafields -> Definition -> Name?
Thank you for the clarification.
Oh, my bad. Missed this part. Yes, indeed, you are right.