Make a flow that adds a tag "New"

Hello,

Can somebody help me make a flow that:

Add tag New on product for 30 days when status is changed from draft to active on a product.

Thank you in advance!

Hi @FreddieHall :waving_hand: You can probably use a Product status changed trigger, then a condition that checks if the product.status is now active, then an Add product tags action, then a Wait action for 30 days, then a Remove product tags action.

1 Like

Thank you! :folded_hands: