HI
I am very new to Power app, and trying to build an app with the filter/Search funciton in gallery. I tried below 3 formula but not work:
Filter(TestTable,StartsWith('PO Nb', TextInput2.Text ))Filter(TestTable,TextInput2.Text in 'PO Nb')Search(TestTable,TextInput2.Text,"PO Nb")
No matter what value I entered in TextInput2, the gallery shows nothing. It only shows all values when the value in blank.
The 'PO Nb' is the Column that I am trying to search for which should be Text value eg 23414-1, ABCDE, 12984-2.
I tried the same formula with other fields and that can work. I wonder is the data format issue but I am not sure how to resolve that.
Thank you

Report
All responses (
Answers (