When I created my vertical gallery I connected it to the needed database and it would come up with the information I needed however when I add a textbox and want to be able to allow the user to search up any name they want that is in the database it now comes up with an empty gallery.
The line I have is
SortByColumns(Search(Players,TextInput8.Text,"PlayerName"),"PlayerName",Ascending) but it comes up with nothing in the gallery.