hello, I have built an app that is pulling in records from a SharePoint list. I have the search functionality working just fine but I want to be able to add the ability to filter the records that are displayed in the records gallery based off of drop-down selections as well. All of my columns are text columns, not sure if that helps...
Here is the formula I have for the search:
Search([@'Enhancement Tracker'], SearchInput1.Text, "ChangeItem_x0028_CI_x0029_", "Description", "Status", "Priority", "Tool")
How can I add a filter for drop-down selections?
here's how my drop-down currently looks if that helps

I tried to see if I could solve my issue by viewing other similar topics on here but none worked for me. I am new to PowerApps so any help is appreciated! Thank you!