GET_GLOBAL

Populates the content of a data collection from values retrieved from the global shared data.

Usage

GET_GLOBAL(dataCollectionName, key)

Parameters

dataCollectionName

String

Name of data collection containing data to retrieve from the shared data.

key

String

The key under which the data is stored.

Returns

Action

Examples

GET_GLOBAL(‘MyCollection’, ‘myKey’)

Populates the content of MyCollection with data retrieved from the global shared data under ‘myKey’.

Remarks

The provided data collection can only contain instance properties (not incoming message properties).