Closed
Page Group Iteration and Page Group Copy
Can you please show with screen shots how to iterate over the PAGE Group pyQuestionGroup. I was able to find the length of Question Group as @Utilities.SizeOfPropertyList(.pyQuestionGroup).
Also please show with screen shots how to PAGE COPY a PAGE Group in an activity.
***Edited by Moderator: Pooja Gadige to add platform capability tag***
To see attachments, please log in.
@ChakriP8
I have found iterating through Page Groups is syntactically the same as iterating through Page Lists.
If it is a full copy of one Page Group to the other, you may find that a single Set statement in a Data Transform does the job:
If you are looking to append(/merge) the contents of the source page group into an existing target that already has other items in it, iterate over source page group and use each element's .pxSubscript property to determine the 'key' you need to set in the target.
Again look to use the Data Transform rule for copying properties or pages, and you might be surprised how few steps are needed.