Hi all,
Thanks ahead of time for your help. I've been trying to make a very simple app to learn the basics of MPAs, but I cant seem to be able to find a way to search through my data. I've already spent some time searching through other people's posts and despite implementing some changes I still am stuck.
As shown in the images attached, I have a search bar as a text input feeding into the Search() command for a Gallery. The current formula in my Items line for the gallery is the following:
Search(Table3, SearchInput1.Text,"PO Number")
Here, Table3 is the name of the imported table from Excel, and PO Number is the name of the column in the excel Im trying to search through. Later I want to add the ability to search through multiple columns, such as searching by the Plant number or Part Description, as pictured.
Any and all advice is appreciated