Display Dates in a Combo Box — Getting value but not “yyyy-mm-dd” like format for dates records in a combo box? Change you items with ForAll or AddColumns: ForAll(AvailableDates,
{
DateValue:ViewingDate,
DateDisplay:Title & " - " & Text(ViewingDate, "dd mmm yy")
}
) Then it will display correctly: But how to show a DefaultItems? X: [values] O…