Hello,
I want to filter and sort the data based on Priority value like High medium and low.
Currently I am able to sort the data ascending using below code.
My code is - SortByColumns(Filter('Test SharePoint list', 'Approval Status'. Value = "Pending" Or 'Approval Status'. Value = "New Request" Or 'Approval Status'. Value = "Rejected"), " Request Priority ", Ascending, "ID", Ascending)
Please can you help on this.
Thanks!!