Hi everyone,
I am having issues sorting a gallery by dates. I am using the current formula for the field "Items" of my gallery:
Sort(
tableName,
DateValue('Created On'),
SortOrder.Descending
)
However, the items are sorted this way:
04 April 2023
03 April 2023
21 April 2023
20 April 2023
19 April 2023
...
10 April 2023 (this is the last record)

Report
All responses (
Answers (