Hi,
I am struggling to combine my gallery search with my existing filter and sort controls in my gallery. Here are the below formulas in the 'Item's control of the Gallery.
Sort(
Filter('Staff Change Control System', Approved.Value="Yes", If(Toggle2.Value=false, 'Full Access'.Value="No", 'Full Access'.Value="Yes")),
Created, Ascending
)
Search('Staff Change Control System', SearchBox.Text, "First_x0020_Name")
I'd appreciate any help.
Thank you!