Skip to content

RemoveValues Function

Nilesh Ghodekar edited this page Jan 15, 2016 · 4 revisions

Syntax

List<object> RemoveValues(value(s):[list or object])

Description

Inserts the specified values in the an internal RemovedValuesCollection list. Typically used inconjuction with the Update Resources activity to specify that a value or list of values should be removed from a multivalued target attribute.

Remarks

If the input parameter is null, the function returns an empty list.

Supported Version

1.0.0.0 and later

Examples

RemoveValues([//Requestor])

Clone this wiki locally