A user is building a Shopify Flow to automatically increase customer store credit monthly but has hit Flow’s 100-customer limit per execution. The workflow runs on a scheduled trigger, retrieves customer data to check for specific tags, then adjusts credit accordingly.
Proposed Solutions:
Workaround using tags: Run the Flow more frequently (e.g., daily) and tag processed customers with a monthly identifier like “processed-01-2025”. Add a query filter (tag_not:processed-01-2025) to exclude already-processed customers, effectively batching through the entire customer base.
Alternative platforms: Use automation tools like Make.com, Zapier, or n8n (open-source) to avoid Shopify Flow’s limitations entirely.
Third-party app: Consider apps specializing in store credit management that support bulk operations without customer limits and integrate with Shopify’s native store credit feature.
Shopify staff acknowledged the 100-customer limit exists to protect infrastructure and indicated future improvements are planned. The discussion remains open as the user evaluates options.
Summarized with AI on October 31.
AI used: claude-sonnet-4-5-20250929.
We wish to make a Flow that automatically increases our customers’ store credit on a monthly basis. Right now, the workflow grabs the first 100 customers and makes the adjustment. Perfect. Now, how can we overcome the 100 customer maximum to check them all?
Here is how the workflow is set up.
Scheduled to run on the first day of every month.
GetCustomerData. We use this to check for key tags.
If those conditions are met, the credit is increased.
The 100 limit is to protect Flow’s infrastructure. We will eventually improve that.
For now, you could run this more often and use a tag to track if it ran yet this month. For example, tag customers with “processed-01-2025” for January and add that to your query (tag_not:processed-01-2025).
We are an app in the store credit space, that works using the native store credit feature of Shopify (ie - without using discounts / coupons). So customers have a single click to redeem store credit in our case.
For your use case - We support bulk adding / removing store credit from customers on a custom schedule, without any limits, like how you’ve run into using flows.
Also, the app is free for stores upto 100 orders/ month, and we offer a white glove migration service for the transition.
If you’re looking for just a alternative to flows - then I’d suggest going with make.com / zapier / n8n (opensource & free) and setting up this custom workflow there instead. This way you won’t run into Shopify’s limtiations.
Feel free to reach out for any questions and we’d be happy to help.