Hello I am struggling with adding the search function to the top part of my If statement. I set up a gallery and added buttons but i cannot for the life of me get it to search when the filter is set to 'All'
If(
GalFilter.Selected.Filter = "All",
'SIO Sub K',
Filter(
Search('SIO Sub K', TextInput1.Text, "Title"),
Status.Value = GalFilter.Selected.Filter
)
)