Hi All,
I have a BrowseScreen that pulls data from a Sharepoint list. I've added a filter icon on the BrowseScreen that navigates to FilterScreen. FilterScreen has a form with a textfield, 3 drop downs, and two date fields (Start & End date) and an ApplyBtn. The idea is to have the ApplyBtn pull the screen's form data and apply that as a filter to BrowseScreen.BrowseGallery. Placeholder code for FilterScreen.ApplyBtn OnSelect is below -
Navigate(BrowseScreen, Fade, {filter BrowseScreen.BrowseGallery here by form data})
BrowseScreen.BrowseGallery already has a search bar with a filter function for a few of the form's fields. I think I need to add a variable to the BrowseGallery and have the ApplyBtn pass an argument to that variable but I'm not sure how to do that in PowerApps while also keeping the filter function that BrowseGallery already has.
I'm very new to powerapps & primarily have a scripting/CLI background so any help is greatly appreciated.