Hi All,
I tried to created the Filter for the Gallery items. This filter will look the value for Pending, Declined, and Approved.
All this filtering is working except the All button.
But for the All button, the filtering seem not working:

Here the code I used on the Gallery:
Sort(Filter('Approval' ,Status = _requestTypeFilter), Created, Descending)Any advice how to solve this, when a users tap All button will display the all List inside the Gallery.
Thanks,