I have 2 pages. Each page have one App part. Now I want to pass one parameter from one page to other for fetching the data based on that parameter. How can I do this?
Please find below
One page contains list of rows. On selection of each row next page will display with data of that particular row based on the parameter which we pass.
App Part 1 -- List of rows
App Part 2 -- Display data based on parameter of app part 1