Display microflow return type

0
I am trying to display the result of my microflows. These return types are in Date time and Decimal format. When I choose these microflows as the Data source of a Data view, it gives an error indicating that the return type isn’t an Object. Changing the return types into an Object format is also not working for me unfortunately. What am I doing wrong here?    
asked
1 answers
0

Hi Pybe,

 

A dataview always requires an object. So a datasource microflow requires an object as return type.

In your case you can use a custom (non-persistable) entity with a Date time or Decimal attribute and return this entity in your datasource microflow. Then on the page you can use these attributes the way you want.

 

Hope this helps!

answered