We’d like to get notified when a product is published, is there a flow to do this? Currently there is a flow that notifies when a product is created, but we want to get notified when it’s published because sometimes these situations don’t happen on the same day.
If possible please write down the formula so I can add it into the “custom query” field.
I don’t think a query with “Get product data” would solve this fully, because there isn’t a field to query by publication date (this may be because a product can have more than one publication). You could get products that were recently updated (there is a query already in the UI for that) and then check if the publication date is recent using liquid in the notification action. Assuming you only want to check the online store publication you could check {{ product.publishedAt }}