Hello,
I have a column data loaded into combobox from a collection. trying to apply sorting but doesn't work. Am i doing something wrong here. Below is my code.
Sort(
Distinct(
collResponseData,
DateValue(StartDate)
),
Result,
Ascending
)

Your help is highly appreciated.