Hi everyone,
This may be a simple question, but this is my first week using Power Apps and have tried many solutions to fix my problem but unfortunately nothing has worked for me so far.
Im currently making an inventory list of tools being kept on site, and currently have around 1500 items on the list. I have created a search bar that allows me to search throughout my list which looks like this:

Which works great for just searching for the items that i am looking for
What I'm currently trying to do is add the ability to filter the list initially using the controls i have added, and then based on those filters, use the search function to search for an specific item within that already filtered list.
here is what my layout currently looks like:

I have the
dropdown1 Items = Choices('Methods Tooling Inventory'. 'Tool Type')
DropDown2 Items= Choices('Methods Tooling Inventory'. Manufacturer)
DropDown3 Items = Choices('Methods Tooling Inventory'. 'Storage Location')
Additionally, I want to be able to use the scan function to be able to scan a barcode of each individual tool and be able to search through search bar for that specific tool. Im not sure if this is possible to do additional to the search bars and the filter.
I really appreciate any help I can get and thanks so much in advance!