The Global UserData enables content and text to be handled in one location and shared between any/all activities.
For example, multiple surveys can update a central store of statistics e.g. 'number of answers received this year'.
"type": "UpdateUserDataAction",
"data": {
"userDataKey": "${globalUserData["some_key"]}",
"userDataValue": "value",
"userDataScope": "GLOBAL
}
Creating a Global UserData is very similar to the way we create a UserData within an activity however with Global UserData the only fields needed is the key and value and the user data types.
To get to the page for managing Global UserData go to (where X is the workspace ID )
cloud.frontlinesms.com/w/X/userDefinedDatastore/list
0 Comments