Retrieving the data from list View

0
I want to retrieve the data from the listview by the on click and the data should display in page by the on click of the list view  of the customer er   Need to get the data in this page from the customer listview which is the above screenshot  
asked
1 answers
1

Hey Ayitharaju,

What you can do is, you can call a microflow on click of the list view, and in the microflow, add a parameter of the customer object and then add then add an activity of show page if you directly want to show data or if you want to create object , you can create the object as well and then set it’s values from the parameter data that is coming from the list view.

pls refer to the image below,

 

 

Hope it helps!

 

 

**Edited**

 

 

 

 

 

As you can see the data is coming pre filled in the image above, using the microflow.

answered