Question
Bits in Glass
IN
Last activity: 10 Jul 2018 13:25 EDT
Unable to access embedded page after calling the Connect-Rest
I have created a connect Rest rule to call a Get service. When I run this rules with thehelp of Connect-Rest method, I get the result in the RunRecordPrimaryPage as shown in the screenshot Int1.PNG
Now I wish to open each record with the help Obj-Open method so that I can check the data and take some actions on it. I'm trying to open it with the help of Obj-Open >> RunRecordPrimaryPage.response_GET(<CURRENT>) .. As shown in Int3.PNG
While saving the activity, I'm getting the error as shown in the pic Error.PNG
Please let me know if I'm missing something