How to set up the shopify flow to update product metafields

I’m facing a challenge in Shopify Flow while trying to update product metafields whenever the product price or the MSRP metafield value changes. The issue is that Shopify Flow doesn’t seem to have a direct trigger for detecting changes in either the product price or product metafields .
Has anyone found a reliable workaround or an alternative approach to trigger a Flow when these values are updated? Any insights would be greatly appreciated

Hey @Ivana_Novak,

if I understand correctly, your concern is that you don’t want to run the flow if those values are unchanged.

One way to achieve this behaviour is to save a copy of those values into an additional metafield. When your “product updated” trigger is triggered you can compare your values to your copied values. If those are different you can proceed with your flow and update your copy.

Hope this helps,

Kevin :hatching_chick:

Hi Kevin, Thank you for your reply, I create new product metafields named by saving amount already. But the problem is I cant find the “product updated” trigger in shopify Flow