How to return multiple objects or lists in microflow
1
Hi All, I would like to return multiple objects/lists via microflow on a page. Both these entities are associated with each other via reference set association. I am stuck and not sure how to do that. Thank you.
asked
Pradip Pokale
1 answers
1
You will need to return a single entity from the microflow. You can associate the other objects to this entity in the microflow, so you can simply retrieve them from the returned entity outside the microflow.