I have ComboBox1, which is a People box that is connected to a SalesList that updates the MainList in a people picker field called Name. In the Items property it has SalesList. It works fine until I try to sort the list.
I added Sort(SalesList.SalesDisplayName,Ascending). It sorts the list, but then adds these numbers at the bottom of each name like 6824,7815,etc, which are not in the list at all. ? Then when I select the whole card Name_DataCard4 it shows the Update formula which only allows ComboBox1.Selected, whereas before I was using ComboBox1.Selected.Name. It doesn't allow ComboBox1.Selected.Result either. So the data doesn't post to the SP List. Any idea what is causing this behavior?