When I log into my app, the gallery is blank. After typing something in the search box, the items appear and will stay visible even if I delete the text from the search box. In the 'Items' section of my gallery, I have: Search(SortByColumns(Entity, "Username", If(SortDescending1, Descending, Ascending)),TextSearchBox1.Text, "Username")
The gallery will display correctly if I only put 'Entity' in the Items section, but then the search box would have no functionality. How do I make the gallery display automatically when I log into the app while still keeping functionality for my search box?
Thanks in advance!