Hello, I have connected my Power App to a table in Excel Online for business. I have inserted a vertical gallery, which does populate all of the table data. However, I cannot get the search on the text input to work for some reason. I have followed these exact steps before (like yesterday) with a different table/document and it worked.
The Items property of the gallery is: Search(Table1, TextInput1.Text, "Network ID")
Table 1 is the data source, TextInput1.Text is of course the text input box, and Network ID is the title of the column in excel. The gallery shows all rows from excel, but when searching for a network id, it returns blank. Any ideas?