Hello Shopify Community,
I’m trying to build a Shopify Flow automation using “Get product variant data” and I’m facing a filtering issue.
What I’m trying to achieve
I want to run a Flow that processes product variants only AFTER a specific product, for example:
BORN AGAIN Unisex Tee
After this product, I want the Flow to continue and process the next ~100 variants/products.
What I already tried
I attempted different Shopify search query approaches:
Filter by product ID:
id:>9950932959508
Filter by Vendor + title exclusion:
vendor:“SOURCE Clothing Co.” AND title:“BORN AGAIN Unisex Tee”
Created/published date filtering:
published_at:>‘2025-09-05T12:38:00Z’
None of these methods correctly allow me to:
- Start the Flow after a specific product in list/order view
- Maintain consistent sequential ordering based on admin product list
Question
What is the correct way to:
start product variant processing after a specific product
maintain correct order (like admin A–Z view)
or paginate products starting from a specific point
Any guidance would be appreciated. ![]()
Thanks in advance.

