I got delegation warning when using sort function in my gallery
Sort(Filter(Timesheet,Title=currentuser,Month=Dropdown1.Selected.Result),WorkDate,If(sortDescending,Descending,Ascending))
Anyone can help how to solve, I need to filter the Timesheet SP List with currentuser, and then filtered by Month using dropdown list, after that I need to sort the Workdate both on Descending and Ascending
Thank you