Hello, I am trying to do a workflow to tag orders for customers who have previous orders (with different email address but same Mobile number)
trigger: Order Created
Action: getorderDate -----> Advanced query: order.phone:“{{ order.phone }}” AND -order.email:“{{ order.email }}”
Action: Count
Action: Add order tag “X”
the workflow is always giving me true condition and tag all orders whether the conditon is fulfilled or not.
Can anyone help?