Shopify Flow is an ecommerce automation platform that enables you to automate tasks and processes within your store and across your apps.
This is an accepted solution.
There are several threads on how to do this. Here's one: https://community.shopify.com/c/shopify-flow-app/tags-to-metafield-single-line-list/m-p/2034786
This is an accepted solution.
It might work now, but you have a race condtion and should avoid that-- the actions for update product metafield could run in parallel. Instead, I would put the second action in the "then" path for the For each step. It will run after that loop is done.
This is an accepted solution.
There are several threads on how to do this. Here's one: https://community.shopify.com/c/shopify-flow-app/tags-to-metafield-single-line-list/m-p/2034786
Thanks! I managed to get this to work:
This is an accepted solution.
It might work now, but you have a race condtion and should avoid that-- the actions for update product metafield could run in parallel. Instead, I would put the second action in the "then" path for the For each step. It will run after that loop is done.
Alright thanks!
My only problem now is that this query matches both "stylen_ace jacket" and "stylen_ace jacket patterned" when style ="stylen_ace jacket" :
{% for tags_item in product.tags %}
{% if tags_item contains 'stylen_' %}
{% assign style = tags_item %}
{% endif %}
{% endfor %}
tag:"{{ style }}"
Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025