Question

IBM
CN
Last activity: 25 May 2025 4:46 EDT
Fail to copy one page in a page list to another page
In a data transform, below step that copies one page in a page list from a data page to another page:
Set .SinglePage to D_GetCaseDetails[pyID:.CaseID].PageList(1)
Fail with error:
The property PageList was of mode Page List while the method on stack . was expecting String List mode
But if I use update page:
Update Page: .SinglePage with values from D_GetCaseDetails[pyID:.CaseID].PageList(1)
and then copy properties one by one in child steps of the Update Page
No error. Run normally.
May I know why I can not copy whole page with 1st solution?