Hello All,
I have a text input box and a gallery. I'm trying to show records in the gallery only when the user enters any value into the search box. Otherwise, I do not want to display records in a gallery.
My current Gallery item formula: Search('maintable',RS_LookUp__SearchBox.Text,"id","email1")
Any suggestions?
Thanks,
Omi
Solved! Go to Solution.
Please consider changing your Formula to the following:
If(!IsBlank(RS_LookUp__SearchBox.Text),
Search('maintable',RS_LookUp__SearchBox.Text,"id","email1")
)
I hope this is helpful for you.
Please consider changing your Formula to the following:
If(!IsBlank(RS_LookUp__SearchBox.Text),
Search('maintable',RS_LookUp__SearchBox.Text,"id","email1")
)
I hope this is helpful for you.
User | Count |
---|---|
258 | |
110 | |
90 | |
52 | |
44 |