InsertValues Function - microsoft/MIMWAL GitHub Wiki

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

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