OVERVIEW:
- The 'Set Interaction Data' Activity provides the ability to assign a variable that can be used outside the Workflow. Using this workflow you can use one workflow variable in others events workflows.
- After opening the 'Set Interaction Data' activity, you will get the below configuration panel.
Default Configuration Parameters:
- Property : The name of the variable being created. This name will be used in the Workflow to reference the variable.
- Enter Value : The definition or expression that describes the variable. Note that evaluated expressions, such as ANI, must be contained by curly braces { }. When using the Interaction Variable’s value within other Activity logic, the variable will be contained by curly braces. For example, the Value Expression: {Variable.CustomVar} will retrieve the value stored in the Interaction Variable name: CustomVar.
HOW IT WORKS:
A Simple Example to configure the 'Set Interaction Data' activity in PopFlow Studio.
- Select the 'Set Interaction Data' activity from 'Activity Sidebar'.
- Click on 'Set Interaction Data' activity to open and configure the 'Set Interaction Data' activity.
- Enter the property name inside the 'Property' field. This property name can be used in the same workflow as well as in the other events workflows.
- Enter the 'property' value inside the 'Enter Value' field. A simple example is shown in below pic.
- Once the configuration of 'Set Interaction Data' is completed then you can use the variable name in any events workflows.