Question

Merkle Inc
GB
Last activity: 15 Apr 2019 15:30 EDT
Copy Data from one pagelist to another pagelist using Loop
Hi,
I'm trying to iterate through a pagelist (MyList.ThisList()), where ThisList can have multiple pages, but has a minimum of 1. I use Page-Copy in an activity and want to copy it. CopyFrom is: MyList.ThisList(<CURRENT>) and I want it to copy the page if it exists so it looks like this in the end:
MyList.ThisList(1) copy into NewList(1)
MyList.ThisList(2) copy into NewList(2)
etc.
Loop condition is "For each embedded page".
How does the activity create a new entry for each entry in ThisList?
Thanks!