Certified Pega Senior System Architect v8.7 — Question 61

Items selected by a user need to be copied to a page list property when the user submits the form.
How do you copy the items?

Answer options

Correct answer: C

Explanation

The correct answer is C because adding a data transform as a post-processing action allows you to copy the selected items to the page list property after the form submission is processed. Option A is incorrect since declare expressions are not suitable for this operation, while option B does not apply because pre-processing occurs before item selection. Option D is not appropriate as validate rules are used for validation, not for copying data.