Skip to content

InsertValues Function

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

Syntax

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

Description

Inserts the specified values in an internal InsertValuesCollection list. Typically used inconjuction with the Update Resources / Create Resource activity to specify that a value or list of values should be inserted into 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

InsertValues([//Delta/ExplicitMember/Added])

Clone this wiki locally