How can I create a page that contains trips and then move to another page?

0
I want to create an interface that shows the number of trips, and when I click on it, it shows me only the trip details. Is what you did here correct? How can I do that? I've tried, but when I restore the data, everything shows up.
asked
4 answers
1

Hi Abdulrahman,

 

You need to have a dataview widget with as a datasource context on your detail page, and you need to provide solely the trip that you selected into parameter to the page. Then it will show only your clicked on trip into your detail page.

 

Good luck!

answered
0
  • Thank you

Screenshot (77).png

answered
0

image.png

 

In a microflow to add as a parameter you need to include it for example like this 

 

After you microflow look like this/

image.png

answered
0

.phone...Screenshot (78).png

answered