Hi all
I am quite new with powerapps and like some advice. I have coded a button on the 'homescreen'. I'd like this button to open another screen 'BrowseScreen1' and on that screen to filter in a gallery (set as 'items - recordscollection') based on the text in the button from the homescreen. the sourcedata is an xl file on onedrive 'thedata'
Navigate (BrowseScreen1,Fade)||Filter(thedata,'Business Unit'= 'Buttonpharma&agro'.Text.value)
the filter formula works when I put it simply on the gallery item, but I can't get them to work together... I think that in the above formula the gallery name is missing where to filter it in, but I could be wrong... any ideas?
oh yes... I also coded a search label for the browseScreen1 (to complicate a bit) to search in this filtered gallery...
the simple Search function works - Search(thedata,SearchBox.Text,"product_name") - but is it possible to do this search only after the filter of the button has works... in the same gallery that is...