Dynamic View Dropdown Contact List is not sorted

AndyJW
✭✭✭
The dropdown list for the contacts should be sorted alphabetically.
Answers
-
Hi @AndyJW
Here is a way to get an alphabetical sort without adding all the values to the drop-down list.
- Create another column and make its value the value in the drop-down list with the column formula.
- Sort by that other column.
Hope this helps - Happy to help further !!
Thank you very much and have a fantastic day!
Warm regards
-
I am now generating my contact list via the C# SDK API, so I am supplying a sorted list of Contacts as the display order seems to be the order in which they are added. Doing this via the API works better as I already have a Group with the Contacts.