Hi @mdevaney
Here are the Codes:
1) Items Property of the Filter Select Gallery:
Table({Filter: "All"}, {Filter: "Pending"}, {Filter: "Approved"}, {Filter: "Declined"})
2) OnSelect Property of the Filter Button of that Gallery
Set(_requestTypeFilter, ThisItem.Filter)
3) OnSelect Property of the button (which leads to that gallery):

Set(_requestTypeFilter,"All");
Navigate(LeaveRequest,FormPattern.None)
This is Working fine in Desktop Devices but Not in Mobile Devices
Any Help