Order/reverse order of data table by date column

Hi, how do I order/reverse order a data table by a Date column?

Intended effect: Earliest date is in first row

Hi @DEATHFISH
Use for each row in Datatable.Reverse

and print the rows

Thanks
Ashwin S

Hi
We can use SORT DATATABLE ACTIVITY
Where you can mention the column name and type of sorting we need

Cheers @DEATHFISH