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?
