Hi,
I’ve made the following flow that checks every 10 min for Active products where the price is not filled in (0) and puts the item back on Draft. This seems to work fine.
The problem I’m having is that when it finds such a case, it keeps taking that product data to subsequent checks even though that product is no longer Active and should not be included by the query anymore.
Thanks!
Kilian
Hi @Kilian_A
Can you please share the flow file?
You can export it from here ( Check the image )
Hi,
You can find the flow in the following WeTransfer link: Unique Download Link | WeTransfer
(can’t upload .flow files here, it seems)
Thanks!
Hi @Kilian_A
I have updated the flow query to this & it is working properly now.
status:active AND NOT status:draft AND price:0 AND NOT tag:RX_PRODUCT
Can you apply this and check it from your side?
I already tried this before, and it did not work on my end, sadly enough.
But I’ll try again and get back to you.
1 Like
@Huptech-Web
As you can see, even with the adjusted query it is still taking those previous entries which were already on Draft now.