Accessing properties from data clipboard page to activity

Hi i’m declaring a updatepage with class in data transform and updating couple of values to that page,

in another class i hava activity and i have to access data couple of properties from that page, so that page is in clipboard how to access that properties in activity

@MadhavanS16795014

If you’re calling the activity from the same DT then it should be automatically present in the page defined in the DT, but you have define the same page in the activity too.

@MadhavanS16795014

You can define the class and the page in the pages and classes if that activity and access the values from the page.