I have a workflow that's being called for every 30mins.
Inside the workflow, I am calling several queries to DB and 3rd party APIs.
Today, I changed some value in DB, but the result has not changed for some blocks.
It seems that there are some functions related to cache.
How can I clear that?
Hey @Luan_Nascimento - Retool itself doesn't do any caching for workflow queries, so there's not really anything to tweak on that end. It's possible, though, that you have a CDN or something similar sitting in front of your resources that is caching the results.
Have you had a chance to take a closer look at this, @Luan_Nascimento? Let me know if you have any additional questions.