SQL Database connector returning old value

Hi,

Im executing a query to a MySQL DB that checks if for rows with a specific value, if the condition its true then i run an update query to the database to modify these values on the MYSQL side.

The change happens on the MySQL side but if run the same action again bubble its still storing the result from the first query, I need to reload the page for the query to update.

Anybody with a similar experience? any way On how I can reset a SQL connector query?

The query is hitting Bubble’s cache, you need to make it different to get a fresh source.

For reference: