I have an app in which a gallery is connected to an excel table(Table1). When I set the gallery Items to Table 1, it shows all my rows perfectly. The intention is to have a text input that will filter rows by a specific column. This has rendered unsuccessful. I've also tried using a drop down or a combobox, using the search or lookup function, but I cannot get anything to produce something.
Table name -Table1
Column name - Project Number
Text input - inpProjNumber
For the gallery Items - I tried...
Filter(Table1,'Project Number'=inpProjNumber.Text)
Filter(Table1,'Project Number'=inpProjNumber.Text, 'Project Number')
I also tried to force the output ...
Filter(Table1,'Project Number'=158778)
The options mentioned above say "We didn't find any data".

Thanks in advance.