Skip to content

RemoveDuplicates Function

Nilesh Ghodekar edited this page Jan 8, 2016 · 2 revisions

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])

Clone this wiki locally