Hello!
I am trying to make a PowerApp with a gallery of inventory items. I want to use the "Search" function to enable users to quickly sort data.
The search function takes in 3 arguments: the data source, a text to search for, and a column/attribute to look at when searching. I want to use a text box to fill in the second argument, and a dropdown selector to allow the user to specify which column/attribute to search by. However, when I do this, I get an error: "Expected text. We expect text at this point in the formula". I am not sure what the issue is, because I believe that my inputs to the Search function should be evaluating to text. I have even tried casting the last argument to text (second picture), but this did not work.
Any help would be greatly appreciated!

