Setting Relevant Record value in Automation and Sending back to Pega Designer Studio
Hello,
So I have one project in a solution with a web adapter that runs through a webpage filling in different fields. I have made a property in Pega Designer Studio to serve as an "Automation Result" relevant record passed into the automation. I am trying to set the value of this property inside of the automation (via hard-coding) depending on what happens inside the automation. When I try to test to see if the property has been set to the hard-coded value, it does not take that value after the automation has finished running (found out by checking pyWorkPage in Pega Designer Studio). I was wondering why this is happening or how I can be able to assign a value to that property within the Pega Robotics Automation.
(Btw, I have configured the automation correctly to Pega Designer Studio and the automation completes. I also have another relevant record that is being used and processed correctly by the automation so it shouldn't be an issue with not finding the record or anything of that nature.)
Thanks in advance for your help!