The no record found portion of this works very well Imran-Ami Khan and is a great solution. But I am really trying to only show the matching search results (not the entire gallery), so the user doesn't accidentally select the wrong record.
From a freshly loaded screen this procedure works but after a search has been conducted and the user clicks the search box cancel icon I implemented - utilizing Set(SearchVariable,""); Reset(PlateSearchInput_1) on its on select property, the entire gallery record shows on screen for some reason.
🤔 I am using Filter() in the items property of the gallery as the datasource is a sharepoint list.
Here is the complete process I am trying to achieve.
1. Gallery is hidden until search is conducted.
2. Gallery only shows search results relevant that are not case sensitive.
3. If search does not produce record, "No record found" text label is displayed.
4. If user selects cancel icon in the search box, text in the search box is cleared and the gallery is hidden once again.