My power app gallery is hidden when logging on for the protection of information.
I need to show a "no results found" message when a search returns nothing.
however, when I use this code on the visible property of the message,
If ( Count Rows(Gallery1.AllItems) = 0, true )
it shows the message even before the search is made.
