Datatable - select row where date is most in the future

Hi all,

I have a datatable and I need to select the row where the date is the most in the future.
For example the following rows:
Date; Age; City
20/02/2018;20;Milano
10/03/2018;30;Krakouw
20/03/2018;34;Brussels

Then I need to select (in a variable way) the third row.

Thanks

@yannip try this below workflow.

new1-------.xaml (15.6 KB)

Hi,
even i came across the same problem .
Try with the following code. it works fine.sample (2).xaml (10.5 KB)

1 Like