RemoveDuplicates Function - microsoft/MIMWAL GitHub Wiki
List<string> RemoveDuplicates(input:list of string)
Removes duplicate values from a list of items.
If the input parameter is null, an exception is thrown.
2.14.611.0 and later
RemoveDuplicates([//WorkflowData/ProxyAddresses])