Hello, 🙂 i need to add text filter to my gallery but there is already a combobox filter how Can i correctly add text filter there ?
My code in Gallery
If(Dropdown1.Selected.Result ="All" , 'table', Filter('table', Title = Dropdown1.Selected.Result))
Thanks 🙂