I am developing an app where I have a group button whose text is brought via REST API.
When I push a button I want to go to another page where details of this button are shown. In other words, I need to pass “id” parameter from one page to another.
I think that I can create an event for button that updates a session storage variable and takes me to this page when I read this variable. But I don’t know how it’s done.
My map is this (I want to pass “id” as parameter):
Thanks.