Hello @Partner_orders_RMG, welcome to the Retool Community!
This is expected behavior in Retool. The error message “result exceeds maximum size of 100 MB” appears when a query returns a very large result set. The 100 MB limit applies to Retool Cloud.
A couple of things you can try:
Add filters to your query so only the relevant tickets are returned.
Implement pagination so the data loads in smaller chunks rather than all at once.
Does either of these solutions sound like it could work for your use case?
Sure thing! I can guide you through this. Can you share a Loom or screenshot of how you’re currently setting up your filter so I can get a better idea?
In the meantime, here are some docs that might be helpful as references: