Hi there,
I would like to replace the classic dropdown with the modern dropdown/combobox.
Left = New
Right = Old

After I refresh the database, the first row of the modern dropdown value is gone

If I refresh again, both are gone.

Not sure if I am doing something wrong?
Modern dropdown
Items = Sort(Distinct('Incident Management - Team',Team),Value)
DefaultSelectedItems = ThisItem.Team
Classic dropdown
Items = Sort(Distinct('Incident Management - Team',Team),Value)
Default = ThisItem.Team.Value