Mapping a particular Pagelist row into a PAGE
I have a property 'ApprovedCase' that is a Single Page of say 'ABC-FW-XYZ-Data-CaseDetails' Class.
I have another property 'InprogressCase' that is a PageList of the same type i.e 'ABC-FW-XYZ-Data-CaseDetails' Class.
My requirement is to map the FIRST row of the 'InprogressCase' Pagelist into the 'ApprovedCase' Page in a Data Transform i.e the target property is a PAGE and the source property is a Pagelist. (of the SAME type/class).
I have looked at https://collaborate.pega.com/question/how-do-i-prepend-page-pagelist-data-transform but here my target property is a PAGE and I am getting a syntax error.
Can some one please share the syntax.