In Neutrinos Studio, I want to pass path parameters while navigating using the navigate node and then access those parameters on the target page.
For example, on the user list page where users are listed in a table, I want to navigate to a single user page on rowclick and pass the user’s ID via path parameters. I know how to set up navigation but need guidance on:
How to access the passed ID on the single user page.