Hi Damir
In your microflow please add an input parameter like highlighted in the picture below and add the same entity as you have used in the list view. Now add a show page activity in which you can select the object (In my case it is ConfigItem).
Please make sure you have the same entity in a Dataview in your show page
Hi Damir
You could either define the On click action of the List View to call a microflow or nanoflow that has the selected object as input parameter and a show page action to which this object is passed
or you could leave the On click action of the List view as Do nothing and call the above nanoflow on click of the arrow image
Hej Ajit!
thank you for your Answer.
On the Button i have the Call Microflow Action. in this Microflow a only have to open the DetailPage but i dont know how to get the object of the current row. Best Regards
Hi Ajit,
aah ok, now im understanding.
Thank you very much Ajit, works great!
Best Regards