Change product tag after 90 days, I despair :(

Hello,

I actually want to create a very simple flow.

The flow should run regularly, every 1 hour or similar. Products that have a specific tag and are older than 90 days receive a new tag.

I created this flow. The first time the flow runs, 10 products get the new tag. If the flow is executed automatically later, nothing changes and no new tags are set. The 10 products that were tagged after the flow started remain the same and no new products with changed tags are added.

I have around 1200 products that are older than 90 days. These products should then receive the new tag every 1 hour, right?

I changed the sorting, ascending or descending. The sorting by “update at” or “create at”, I tried with “90day” or “90days”, it just doesn’t work.

Do I have an error somewhere in my flow?

1 Like

Hi @PRINT21 ,

You have the maximum number of products returned as 10. Increase that number and you should get more back to operate on. Additionally, you should consider adding a clause to your query to not re-fetch products that already have the tag. Adding something like this might help.

AND -tag:inkbay_custom_delete

Hope that helps!

1 Like