Hello,
I’m totally lost.
What I want to do seems so simple, but I can’t do it.
I’ve got a collection fetch from a page.
I want to take my Id from an item displayed in this page, to go to a page and retrieve data from this ID.
To do that I manage to display data in the first page, and I put the Id in local storage.
In the next page… Nothing.
I’ve got a trigger to retrieve with the id in Local Storage, the test is ok.
But, how I can use it ? How I can use this datas ?
In the same way, how can I do if I want to let the parameter in the url and not in local storage to retrive it in ma destination page ?
I’m sure it’s very simple, but I don’t see anything to do that.
Thanks for your help.