Pass a List to different page

1
I have a scenario where a user selects certain objects in list. I have to display and use that list on a different page . I tried using microflow but did not succeed. Is there any way to show the element selected in first gird to a grid in different page
asked
2 answers
1

The answer of Ronald is the same answer you got at https://forum.mendix.com/link/questions/95108 with the difference that he suggests to set a reference to your currentUser object instead of redundant entity NewHelperEmployeeSelect.

answered
0

Use a reference from those objects to your user object. Then when the person has made the selection connect those objects to that user. Then later you can just retrieve those objects again from that user. Do think about when you set this reference again to empty.

Regards,

Ronald

 

answered