GET
Populates the content of a data collection from values retrieved from the model shared data.
Usage
GET(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(‘MyCollection’, ‘myKey’) |
Populates the content of MyCollection with data retrieved from the model shared data, stored under ‘myKey’. |
Remarks
The provided data collection can only contain instance properties (not incoming message properties).