Looking for some help creating a query. I need to iterate through all products where tracked=false but my first workflow worked until suddenly there were over 100 products where tracked=false and the For Each loop can’t iterate through a list over 100. So now I’m using the Get Product Variant Data to limit the list to 100 but am having trouble with the query portion. I want product variant data for products whose inventory is not being tracked. This variable lives in variants.inventoryItem.tracked but not sure what the field would be to query this.
My current query is to just get a list of products created in the last 7 days. The issue is my company just uploaded 4,000 products and I’m now pulling the same 100 to set tracked=true instead of the remaining 3,900. Once I can iterate through a new 100 with each time this workflow runs, then I’ll just manually run it 39 times until everything is tracked and let the automation handle this in the future.
This won’t be the only time I have a large amount of untracked inventory added to the store so I will need this workflow for the future. Thanks!

