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.


Report
All responses (
Answers (