For each embedded page in Code-Pega-List, how to open the work object
I have an activity that loops through each embedded page in .pxResults.
Please see screenshot for the sample contents of .pxResults.
What i would like to do is to grab a property (pzInsKey) from each page in .pxResults.
and open that work object by using obj-open-ByHandle.
My problem is that I don't know how to grab the pzInsKey from the current pxResult when I am inside of the loop. Please see screenshot of my activity.
The application logs are saying: Error in Obj-Open-By-Handle.
Cannot open the requested instance '': class or class group "\sDoesNotExist
which means that the pzInskey property is not getting pulled from the pxResults.