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
- A. Create a declare expression with the page list property as the target.
- B. Add a data transform to the flow action as a pre-processing action.
- C. Add a data transform to the flow action as a post-processing action.
- D. Create a validate rule to copy the selected items.
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.