Memory Store
Use this action to store one or more key-value pairs in the ThingWorx Flow flow local storage and retrieve them when required. The storage and retrieval of the key-value pairs is limited to only one workflow execution.
Using the Memory Store Action
To use this action in your workflow, connect it to ThingWorx Flow. To connect to the flow, do the following:
1. Click and drag the Memory Store action under the Data Store utility to the canvas, place the pointer on the action, and then click or double-click the action. The Memory Store action window opens.
2. Edit the label name, if needed. By default, the label name is same as the action name.
3. From the Select Action list, select an action.
GET—In the Get Data from Memory Store section, enter the Key name to retrieve its value.
Click Add to enter multiple data instances.
SET—In the Set Data in Memory Store section, enter the information that follows:
Key—The key name that you want to set.
Value—The value to assign to the key.
Click Add to enter multiple data instances.
4. Click Done.
Output Schema
The Memory Store action returns an output schema as shown in the figure that follows:
Was this helpful?