Hi Guy's
I have a gallery where I have added a Text Input control to search the gallery.
For the Items in the Gallery I have - SortByColumns(Filter('Contractor List',StartsWith(Title,TextInput1.Text)),"Title",SortOrder.Ascending)
For the OnSelect property of my reset button I have the formula - Reset(TextInput1)
When I click the reset button the whole gallery clears and doesn't appear again 😫