Hi @Darren, any update on this? It's still happening quite often. I've had to remove all cacheing of all queries in the mean time. My SQL query does have a retool variable referenced inside of it in the WHERE clause. Might this be impacting it?
Thanks for confirming that. I haven't been able to reproduce the issue in my local testing, but there's a variety of factors that could be at play. For context, each query result is cached individually based on its unique combination of parameters, but they should still all be invalidated at the same time.
Are you able to provide a JSON export of your app so that I can see how it's constructed in more detail?