Hello,
Can anyone help me how to sort a dropdown list based on People field?
Dropdown is linked to SharePoint field field using the following code
Sort(Distinct(PendingWith.DisplayName),Descending)
If I change it to
Sort(Distinct(PendingWith.DisplayName),PendingWith,Descending)
it doesnt work. Can someone help correct it?
Thanks.