I want to grab a value from UploadDocument page. This UploadDocument page is under pyWorkPage. Please see attachment for clipboard structure. I have tried using pyWorkPage.UploadDocument.pxResult(1).xxx in my data transform and declared UploadDocument page class, but it didn’t work. Please help.
This is resolved. Pega is able to understand the path pyWorkPage.UploadDocument.pxResult(1).xxx. The reason why it didn’t give me the value was because UploadDocument page was not populated when I execute the data transform. Once I adjust the step (calling the dt while UploadDocument page exists), I got the value without an issue.