PUT

Stores the content of a data collection in the model’s shared data for use by other instances of the current model.

Usage

PUT(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(‘MyCollection’)

Stores the content of MyCollection into the current model’s shared data store.

Remarks

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