Hello everybody! Hopefully you guys can help fix my code here:
If(!IsBlank(TextInput1.Text),Filter(ChecklistList,'Document Title' in TextInput1.Text))
I have this code set to the items property of a gallery, but it only works when I put the exact name of the checklist in the textinput, I want it to start filtering the gallery as your typing what the document is.
Any suggestions? Thanks!!