Displaying a list of objects

0
I designed a microflow which takes as input a list of objects (products) and produces as output a list of objects of the same type (still products). At the end of my microflow, I would like to show a datagrid containing the objects in the output list (in other words, I would like the list produced by the microflow to "feed" the datagrid). I am not able to do it. The "form object" field of the "Show form" activity type is not enabled when the form to be shown is a datagrid (it is enabled if I want to show a dataview, but then I can just show one object in the output list at a time). I've the feeling I'm just missing something really easy, thanks.
asked
1 answers
1

You have to define an an entity in which you store a reference(set) to the result set.

answered