Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

OVERVIEW:

  • The 'Set Value' Activity provides the ability to assign a variable that can be used within the Workflow.

      

  • After opening the 'Set Value' activity, you will get the below configuration panel.

     Image Modified

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 Value' activity in PopFlow Studio.

  • Select the 'Set Value' activity from 'Activity Sidebar'.
  • Click on 'Set Value' activity to open and configure the 'Set Value' activity.
  • Enter the property name inside the 'Property' field.
  • Enter the 'property' value inside the 'Enter Value' field. A simple example is shown in below pic.

      

  • Once the configuration of 'Set Value' is completed then you can use the variable name in any activity within the workflow.
  • You can also use the active interaction value to set the property.
  • For example, suppose we have two customer Gold and Silver for both we need to execute two different activities. In this example we are using 'Get Data' activity to fetch the customer details using the Caller ID and 'If' activity to check if the customer is Gold or Silver member. You can refer to the 'Get Data' activity and 'If' activity documentation to configure them. We will be setting the customer type using the 'Set Value' activity. 
  • After the configuration, it will look like as shown below:

...