I'm new to this all so please bear with me,
I've got an app based of a sharepoint list. I used create app function in sharepoint to build the app. In the browse gallery screen I would like the information displayed to be different than than the default that came.
This is what I currently have:
SortByColumns(Search('Appointment Book', TextSearchBox1.Text, "Student_x0020_First_x0020_Name"), "Student_x0020_First_x0020_Name", If(SortDescending1, Descending, Ascending))
I want it to display results based of the "modified" column instead of the "Student_x0020_First_x0020_Name" column. I tried just reaplacing the column name but that gave be back blank results. I think its because the modifed column is date/time and the search function works with strings? Will using filter work and if so how?
Thanks,
Matt