Account Store
This action stores one or more key-value pairs to ThingWorx Flow database and lets you retrieve it whenever required. All the keys stored using this action have a global scope. Once you store a key for a workflow, you can retrieve its value in any other workflow, anytime in the future.
Using the Account 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 Account 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 Account 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 Account Store section, enter the Key name to retrieve its value.
Click Add to enter multiple data instances.
SET—In the Set Data in Account 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 Account Store action returns an output schema as shown in the figure that follows:
Was this helpful?