Does the ability to navigate from page to page exist?

For example, clicking on a post in a list of posts on a message board takes to the details screen.

Does the retool have the ability to navigate between pages like this?

I see that there is a feature to click on the navigation bar to go to that page, but that's not what I'm looking for.

Hey @progress0407!

There is a "Go to app" event handler that you can attach to buttons, tables, inputs, etc to get similar functionality! You can also use utils.openApp() from a JavaScript query or script event handler to do the same. If you want to navigate to a page outside of Retool there are also a "Go to URL" event handler and a .openUrl() util that you can use.

Do those work for you?

Thank you so much for your answer!

That was the answer I was looking for.

I couldn't find it in the navigation docs...

I finally solved it! (I also checked that it works ^^, thanks!)

1 Like