Hi,
I have a filtered gallery using:
Filter(‘SharePointList’,Lower(‘Owners email’) = Lower(User().Email))
This works great!
I now want to be able to search that filter using a textinput box……. on its own, the following works:
Search(‘SharePointList’, ‘TextInputBox1’.Text, “Reference Number”)
For the life of me I can’t combine the two……
Is anyone available to help?
Thanks