Hello,
I have a PowerApp with a SharePoint List as the data source.
What I basically would like to do is to filter the Gallery when a checkbox is selected.
My Gallery items section has :
SortByColumns(Filter([@CollectionRequests], StartsWith(Title, TextSearchBox1.Text)), "Created", Descending)
The relevant column is called 'Business Unit' in my SP list.
On my OnCheck I have:
Filter(CollectionRequests,'Business Unit'="CBRO")
But I'm not sure how to modify my Gallery formula without losing current functionality.
In advance thank you !!!
