Open detailPage of the currentRow

0
Hellou Mendixer,   Hope you can help.  I have a Listview with some Rows and a Button on the right. when i clicking on this button i want to open a Detail page of the CurrentRow. how can i get this current object?  Thanks for Answering Best Regards
asked
4 answers
1

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

answered
0

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

answered
0

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

answered
0

Hi Ajit,

aah ok, now im understanding.

Thank you very much Ajit, works great! 

 

Best Regards

answered