Shopify Flow is an ecommerce automation platform that enables you to automate tasks and processes within your store and across your apps.
Hello,
I am trying to add two flos in the shopify flow app both for metafields.
1) Update metafields if there's a tag product.
Starts when "Product status updated"
check if product tag starts with "C1_"(example)
Do this : tried both
a) {% for tags_item in product.tags %}{% if tags_item contains "C1_" %}{{- tags_item -}}{% break %}{% endif %}{% endfor %}
b) {%- for tags_item in product.tags -%}
{%- if tags_item contains "C1_" -%}
{{- tags_item | remove: "C1_" -}}{%- break -%}
{%- endif -%}
{%- endfor -%}
2) Translate metafield value. I use shopify translate app
I have the shop in 4 languages, so I should translate into 3 of them.
here basically I don't how to start
Hi @faraoneshop , we do not have a way to listen to product updated right now, the product status update trigger is only executed when a product's status change. For example, when it goes from draft to published or active to inactive. As for metafield translation, Flow doesn't have that capability right now. Can you check with the Shopify Translate and Adapt community?
To learn more visit the Shopify Help Center or the Community Blog.
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024