List Display

0
Hello All, I have implemented List operations in a microflow to search for Duplicate objects, the output, i.e; end event returns a list as an output. how do I display this list in a page or any data source. I have tried calling the microflow in a page on a data grid, I get an error saying I Cannot pass an object as an Input parameter.
asked
1 answers
0

Create a dataview and choose Datasource / Type microflow. Then point to the microflow you created that produces the list. I assume you do not have a parameter in this microflow. If you do you have to make sure you can pass the object this microflow needs.

Hope this helps,

Regards,

Ronald

answered