Microflow List Return Max Value To DataView

0
Hi – I  need a microflow to find the max date (which there could be several) and then return those to the dataview. Right now I’m getting zeros. Do I need more than what’s shown below in the microflow?  
asked
1 answers
0

So in the list of results, the largest date can occur in one or several objects and all you want to return is the value of the highest date. Then one retrieve activity is enough where you set Range to ‘First’ and add a sort by Date descending:

Now attribute Date of Object Reservering will have the highest present value.

answered