this is my first post and probably a very easy solve, i have imported a list of data into sharepoint which is then referenced in a gallery within my Power app. I am trying to sort the data so the Drawing number is decreasing from the top, alongside this i have two text boxes which can be used to filter the data. I have managed to get the two to work, however when i try to use them together i get an error. I have pasted both sets of code.
Filter(Drawings,StartsWith(‘DRAWING NUMBER’,txtsearch.Text),StartsWith(‘Job Number’,JobNumSearch.Text))
Sort(testlist,’DRAWING NUMBER’,SortOrder.Descending)
Thanks in advance.
I have tried both sets of code seperately and go them both to function as expected.
AWathen is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.