Question
1
Replies
18
Views
Incessant Technologies
Posted: March 6, 2020
Last activity: June 24, 2020
Creating properties from robotic studio(openspan)
I have a requirement to create properties in pega dynamically from pega robotics studio(openspan). Can anyone help me in creating the automation. Thanks in advance.
Hello Lakshmi,
Pega Robotics ships with a rest client component. This component can make POST calls. You can potentially have an activity on the pega platform endpoint that takes the provided parameters to create those fields.
More information about the rest client component: http://help.openspan.com/80/Components/rest_client.htm
Thank you