Hello everyone .
I have a request please!
In power pages i have a page that displays a list of offers as showed in the figure, col1 is the name of the offer.
when i click on row i land on another pages which contains the details of that row. At the bottom there is a button when i click on it it takes me to another page that contains a form to fill as a response to the offer.
Now what i want to do is when i click on the button Respond, the col1 takes value1 automatically knowing that the two forms have different dataverse tables as datasource.
I hope you can help me, thank youu.
Hi @Salma02 ,
to pass the value to the next page you probably have to use JavaScript.
There are two options here, use the url params or use the local storage of the user. In your case I would suggest using the params as you can retrieve them easily and can change your page url accordingly.
Just consider if the url and the given Value1 can be false in case that the record no longer exists. That's a case you should handle as some people may have the URL saved in the browser history and could get on a page which is no longer available.
That post would be a good place to start: https://www.sitepoint.com/get-url-parameters-with-javascript/
--------------------------------------------------------------------------------------
Hope that helps.
If the post solves your problem, please mark it as solution. If it helps, consider a thumbs up.
Fubar
69
Super User 2025 Season 1
oliver.rodrigues
49
Most Valuable Professional
Jon Unzueta
43