So I have a Sharepoint list that I edited through PowerApps. 2 Columns (Product and Client) are set as text columns, even though in the PowerApps are actually a Combobox (The datacard is set to update with what you select). These Comboboxes take their options from an Excel file (I know Excel is terrible data source, but I'm forced to use it and have not managed a way to do otherwise).
Even though the Excel table has 30k+ items, I have no trouble searching for even the 31kth item, so no problem there, as I can save whatever you select and it will add a new row for the list.
The problem is when you are going to edit an already added entry to the list: one combobox is empty and the other one has the value of whatever you picked last. And for some reason that second one will be higlighted when you select the List entry, even before clicking the edit button.
I have tried with smaller Excel files and the same issue remains, it will save the Sharepoint data, but when you are editing, it will just remain blank.
My guess was the error would have to do with any of the Default properties of the Combobox... But no luck there, I didn't edit them and they are as they would be when you create the element.