Environment - Using Pega Robotics 19.1.81 plugin with VS2015
I am unable to assign value to a Global variable.
Following are the steps I did:
-
Created a globalDictionary object in _GC_Activities in Adapter Project
-
Added a global variable in the interaction.xml
-
In the adapter project setting the value of GlobalDictionary Log object. Out from the stringUtils.Concat is assigned to Log. I even tried setting value from a string variable
-
Created a globalDictionary object in _GC_Controller Project. This points to the same interaction.xml as the adapter Project
-
Added an automation in Controller Project under Events folder. GlobalDictionary -OnLogChanged.and doing some code
Things not happening:
- In the adapter project the value output from StringUtils is not getting set to globalDictionary Log variable (global variable)


