Question
1
Replies
21
Views
UNUM
Posted: July 31, 2020
Last activity: October 22, 2020
Nested data push from RPA to Pega PRPC
Hi,
I have a use case where an RPA is triggered through Pega PRPC and RPA should return data. I know we can push data to PRPC through Robotic activity, but is there a way to push nested data objects like JSON or list objects??
Thanks,
Ranjith
***Edited by Moderator: Pallavi to update platform capability tags***
Hi Ranjith,
There is currently no OOTB way to do it. However, you may try to convert your data object to JSON in Pega, store in string variable, pass this variable to RPA and deserialize it there. The same thing should work in reverse direction.