Hello all,
Can someone assist me in adding one more condition to this existing syntax? I have the following syntax in the item property of a gallery, which sort by status. I want to add an additional condition to sort the employee name in ascending order after status. There is a column titled "Employee". Is this possible? Or even create a sort button, if necessary.
Sort(Filter( 'Org Chart',ReportingManager = Gallery3_1.Selected.Employee), Status, SortOrder.Descending)