Order by using date

adambc
New Member

I’ve been trying for a few hours now to get ORDERBY to work but I am not having any luck. It won’t change the order of the list that is displayed

ORDERBY(
Table[ID],
[Creation Timestamp],
false)

I always get the below result. I’ve tried changing last param from false to true and it has no effect on the order.
|ID|Creation Timestamp|
|KSi4tjVp|19/07/2019 07:48:31|
|g27eJF0F|19/07/2019 08:18:59|
|C8WUReaF|24/07/2019 08:23:39|

Does anyone have any tips?

0 5 364
5 REPLIES 5
Top Labels in this Space