When a new order is created , the order to be tagged with a Customer Metafield value.
Currently trying the following ,and although on the flow app it says that it’s successful, the tag with the metafieled value is not added on the order.
I currently use :
{% for metafields_item in order.customer.metafields %} {if {metafields_item.namespace==“namespace” and metafields_item.key == “key” }},{ mf.value }{% endfor %}
Appreciate your response Ethansz.
However, although the recent runs on the flow app say have the status: succeeded ,no tags are created on the order from the desired customer metafield value.