Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  • The 'Post Data' activity allows you to insert important data into the entity table. In the PopFlow Studio, you can configure the 'Post Data' activity. You can select the fields and their value while configuring the activity. 

      Image RemovedImage Added

  • After opening the 'Post Data' activity, you will get the below configuration panel.

     Image RemovedImage Added


Default Configuration Parameters:

...

Example to insert the data into 'InteractionTable' :

  • Suppose we have an active call interaction, we need to insert the data of active interaction into the 'InteractionTable'. To achieve this you need to create a 'Post data' activity on 'on Answer' events.
  • When the agent will 'receive/accept' the call the activity on the 'on Answer' event will get execute and all the data related to the active interaction will be inserted into the 'InteractionTable'. We will be using the 'Harmony' variable to get the values of active interaction.
  • Select the 'OpenMethods.InteractionTable' entity from the entity list by clicking on the 'Enter Entity' field. Add all the required fields related to the selected entity as shown below.

...

  • A field can also be removed by clicking on the red delete button. 
  • The 'Post data' activity has two default buttons to perform the different activities execution based on the success and failure of 'Post data' activity.

      Image RemovedImage Added