Extract latest date

hi all,
Can anyone tell me the logic to pick latest date from datatable ?
dateformat is:

19.10.2019
02.08.2019
03.10.2019

i want the BOT To choose the latest/highest date from this… i.e. 19.10.2019

@Zara
find starter help here:
GetRecentDateFromDataTable.xaml (6.7 KB)

maybe the format string needs to be adopted

Hi @Zara u need to sort the datatable in descending order and take the first value

Hope it helps you

Regards

Nived N :robot: