A user seeks to automatically add product tags in Shopify Flow when metafield values are updated or changed. The desired workflow would trigger whenever a metafield’s namespace and key value changes, then apply a corresponding tag (e.g., “FEATURE_Red”).
Current Limitation:
Shopify Flow does not currently support metafield update events as triggers.
These underlying events don’t exist in Shopify’s system yet.
Suggested Workarounds:
Use a scheduled Flow that runs hourly to check products updated in the last hour, then conditionally add tags based on metafield values.
Consider third-party automation platforms like Make.com or Zapier as alternatives.
Future Availability:
No confirmed roadmap for metafield update events.
If Shopify’s metafields team builds these events in the future, Flow would likely add them as triggers.
Summarized with AI on October 26.
AI used: claude-sonnet-4-5-20250929.
No, because the events don’t exist yet. I’m not sure if the metafields teams have plans to build these events or not, but once they are available Flow would add them as trigger.
If you don’t mind using third-party apps, the Flow Companion app allows you to track events when a metafield value of an order, product, or customer changes.
When a metafield value changes, the trigger Product/Order/Customer metafield changed is activated. The trigger data includes information about the product/order/customer, the metafield, and the previous and current values.