RemoveDuplicates Function - microsoft/MIMWAL GitHub Wiki

Syntax

List<string> RemoveDuplicates(input:list of string)

Description

Removes duplicate values from a list of items.

Remarks

If the input parameter is null, an exception is thrown.

Supported Version

2.14.611.0 and later

Examples

RemoveDuplicates([//WorkflowData/ProxyAddresses])

⚠️ **GitHub.com Fallback** ⚠️