Hi everyone, again my brain has frozen on something which should be fairly rudimentary. I have created nothing more than an address book which has a Sharepoint List in the background. I have created a screen where the user can search for a contact, or simply scroll down. To make the gallery the focus of the search function I have assigned the following formula to the Gallery's Items property.
Search('Contractor List',TextInput1.Text,"Title")
My issue is that the gallery is listed in the order in which contacts were added. I wanted to add an icon to sort the gallery. I keep messing up the syntax and nothing shows anymore unless I return to the original formula as above.