Getting next future date

0
I currently have a microflow that retrieves an object, sorts by the date field and returns the latest date in the list. I want to change this to return the next future date.  I need to filter out any dates that are less than begin of current date. And then retrieve the first date from the list that remains.  I'm unsure how to get rid of the past dates, could anyone advise please
asked
1 answers
0

Hi Garion,

You can retrieve your First object, when sorting Ascending on YourDateAttribute, and use the xpath constraint YourDateAttribute > [%CurrentDateTime%].

 

answered