Retrigger data after save

I have an issue with get the right data after I save a field and the id replaced in the url.

I am using retool to build back office and I have some fields that I can edit and then save them, it’s saved to my rest api in the db, after save it’s changes the id for my form and the id represent in the url, I changed the id in the url on success of the save with go to app option, I added the new id in the query and the url gets the correct id after save but when the query to get the data happens it’s still show me the data for the prev id and only when I manually refresh it’s shows the correct data.

I don’t find any way to do it except use go to app with open in new tab, any suggestions please?

Hi @Igor_Reznik,

Can you share some screenshots of how you are passing the saved ID into the URL params and how you have 'go to app' option set up?

Is the query you are running to get the data for the newest ID set to run on page load? If you can share how that query is set up I can help to further test things out.

My guess is there might be some query caching going on, but not certain.