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?
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?
To copy items selected by a user to a page list property upon form submission, you should add a data transform to the flow action as a post-processing action. This is because post-processing actions typically handle such data manipulations after the user submits the form, ensuring that the selections are correctly copied to the intended property.
C. Add a data transform to the flow action as a post-processing action.