Question
IBM
IBM
CN
IBM
Posted: Feb 7, 2023
Last activity: Feb 7, 2023
Last activity: 7 Feb 2023 10:39 EST
Solved
copy a page list
Whether we still need use Activity to copy a page list?
Can we do it in a data transform?
E.g. copy page list A to B (duplicate), B is temporarily used in the DT so not pre-defined.
How to defined B in a DT before copy?
Whether a loop is needed?
etc...
thanks.
***Edited by Moderator: Pooja Gadige to add capability tag***
To see attachments, please log in.
@MaxonL16591286
No need to loop the existing list to append it to new list.
You can make use of Append and Map To method (or) Append To method inside Data transform to copy one list values to another list.
Append and Map To = If you want to copy some specific property values from one list to another, then you can use this method.
Append To = If you want to copy the whole list data from one list to another list without skipping any property values, then you can use this method.
In Pages & Class tab have the same class definition for temporary list and original list.
Attached screenshot for reference.