I'm currently creating a form on power apps and am trying to turn a combo box into a search box that is backed up by a data set on SharePoint with around 450 items. There is a button next to the combo box that allows the user to add an unlisted item to the form and the SharePoint list. The search function is not working when I try to access the app through a coworker's computer. I'm still new to Power Apps so I did some research and found that I'm supposed to filter the SharePoint list through the combo box, and I tried the code, "Filter(CustomerList, StartsWith(Name, ComboBox1.SearchText)) in the "Items" property, and that still wasn't working. Any help is greatly appreciated, thank you.
You can ignore the delegation warning if your SharePoint list will not exceed 500 (by default.. you can expand that to 2000) records.
If you want to get rid of the delegation warning, don't use SharePoint as the data source for your combo box. Copy the data to a collection, and use that as the data source.
WarrenBelz
146,653
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,999
Most Valuable Professional