Sending list to a page

0
Hello, In one of the page I am selecting list of objects and clicking on a button, on button I am calling a microflow,which retrieves the associated objects (list) and then I have to pass the list of associated object to page.   how an I do that. Please help me out as it is urgent.   Thanks & Regards,  
asked
1 answers
0

Use a (non persistent) helper object for that. So attach the selected objects to that helper object and pass that object to the page. You can then show the attached objects over the reference. Other option would be a datasource microflow that retrieves all those objects from that helper object.

Regards,

Ronald

 

answered