Advanced Query Help

Solved

Advanced Query Help

caretucker
Tourist
3 1 1

Hello, 

 

Since there is a 90 day limitation on the wait function in Flow, I'm trying to find a work around to tag customers as "Abandoned" if they haven't placed an order in 120 days. 

 

My idea is to create a scheduled flow that runs daily and pulls customer data for customers with no order in the last 120 days and are not already tagged "Abandoned".  However, when I test this its not pulling any data. Which it should, because we definitely have customers who haven't ordered in the last 120 days and no customers were manually tagged Abandoned. 

 

See below screenshots:

caretucker_0-1745009395849.png

caretucker_1-1745009438182.png

caretucker_2-1745009463183.png

 

 

TIA!

Accepted Solution (1)

caretucker
Tourist
3 1 1

This is an accepted solution.

I kept playing with it and got it to work. Below is the working coding in case anyone else is having similar issues.

 

caretucker_0-1745259450050.png

 

@tim offered a great workaround as well

View solution in original post

Replies 3 (3)

tim
Shopify Partner
4539 546 1658

Consider trigger "Customer joined a segment" and create a segment 

Screenshot 2025-04-19 at 2.43.18 PM.png

If my post is helpful, hit the thumb up button -- it will help others with similar problem to find a solution.
I can be reached via e-mail tairli@yahoo.com
caretucker
Tourist
3 1 1

Thanks for the suggestion!

caretucker
Tourist
3 1 1

This is an accepted solution.

I kept playing with it and got it to work. Below is the working coding in case anyone else is having similar issues.

 

caretucker_0-1745259450050.png

 

@tim offered a great workaround as well