Hello, I have 2 functions that I want to combine.
Filter(Tickets;Status.Value="<u+200e> Open")
Search('Tickets';TextSearchBox1.Text;"Title")
Alone they work, but I tried multiple ways to connect them, but it doesn't work.
I have a filter that only shows me the Open Tickets, and then I want to search them.
Thanks