Question
2
Replies
760
Views
Posted: March 30, 2020
Last activity: March 31, 2020
Page Remove is not working in Data transform
I want to delete a page in page list when it is satisfying a condition in pre processing data transform in Flow action. I have used remove method inside a page list loop (For each page in), but it is not working. I have used below in page remove
Primary.LimitPage(<CURRENT>) where LimitPage is name of Pagelist name
Can anyone help me in resolving the issue.
Hi Anudeep,
Thanks for posting the query.
You can use "for each page in" method in Datatransform and give <PageList>.pxResults in the target and use a when condition for filtering and then use Remove method to remove the page if the condition is satisfied.
Please refer the below article as well for your reference.
https://collaborate.pega.com/question/iterate-and-remove-pages-same-page-list-data-transform