Hi all,
Still a newbie to PowerApps, so asking for some more help!
I have a list that I would like to hard code a filter, which I have done by the fomula: Filter('Toolkit', StartsWith(Name, "BRIEFING SHEET")||StartsWith(Name, "BULLITEN")||StartsWith(Name,"Brief"))
However, I would like the end user to be able to search through the list that is filtered. I have tried to add the search box an add search functions, but none of them seem to be working. Any tips?
Thank you in advance!