PUT_GLOBAL

Stores the content of a data collection in the global shared data for use by any models.

Usage

PUT_GLOBAL(dataCollectionName, key)

Parameters

dataCollectionName

String

Name of data collection containing data to store in the shared data.

key

String

The key under which the data will be stored.

Returns

Action

Examples

PUT_GLOBAL(‘MyCollection’)

Stores the content of MyCollection into the global shared data.

Remarks

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