How to reference a page list property value that's within pyWorkPage?

Hello,

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.

Thanks,

Su

@ChensuZ5 can you please post a screenshot of how you have declared that page in pages and class tab?

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.