Hello, apologies as I am new to Powerapps. Recently I was working with a ComboBox (Call it ComboBox1) and used a Filter to populate the items property of said ComboBox1.
Here is my filter: Filter(CurrentRoster, CurrentSup = ComboBox3.Selected.EEName).EEName
How could I apply sort to this function in order to get them to show in alphabetical order? I've been playing with both the Sort() and SortByColumns() functions to no avail.
Thanks.