Can you help me with this:
A 'clear' button becomes vissible when entering text in a searchfield (Textinput). OnSelect of this button formula is: Reset(TbSearchInput). This works fine.
The searchresults are shown in a Gallery1. How do I adapt the formula in a way that OnSelct the searchfiels as wel as the Gallery will be Reset so that no previous results are shown.
I tried this 2 adaptations but both do not reset the Gallery1.
1. Reset(TbSearchInput);Reset(Gallery1)
2 Collect( [TbSearchInput, Gallery1], Reset )