Account Store
Use the Account Store action to store one or more key-value pairs in the ThingWorx Flow database and retrieve it when required. These keys have a global scope. Once you store a key for a workflow, you can retrieve its value in any other workflow in the future.
Complete the following steps to use the Account Store action in your workflow:
1. Click and drag the Account Store action under Data Store to the canvas, place the pointer on the action, and then click or double-click the action. The Account Store window opens.
2. Edit the Label, if needed. By default, the label name is the same as the action name.
3. In the Select Action list, select an action, and do the following:
Action
Task
GET
Under the Get Data from Account Store section, in the Key field, enter the key name to retrieve its value.
Click Add to add multiple key names. Click to delete any key name that you added.
SET
Under the Set Data in Account Store section, do the following:
In the Key field, enter the key name that you want to set.
In the Value field, enter the value that you want to assign to the key.
Click Add to add multiple key-value pairs. Click to delete any key-value pair that you added.
4. Click Done.
Output schema
Was this helpful?