Hi Power Apps community,
I have an app for searching data of a person. The Data is saved in an Excel Workbook on OneDrive for Business. I don't see any delegation warning but when I search on some names, they will not appear in the gallery. When I check the file, I can see those names clearly.
Search(ExcelTable, TextInput1.Text,"Secondname" ,"Id","Entry_ID")
I have also create a variable in a button:
Set(filterData, Filter(ExcelTable, TextInput1.Text = Secondname))
and set the Gallery Items to filterData, but the same names are not showing either.
Can someone help me?