Question


CI
IN
Last activity: 1 Apr 2022 8:47 EDT
How to remove Duplicate Contacts from pagelist ? By using activity ?
How to remove Duplicate Contacts from pagelist ? By using activity ?
***Edited by Moderator: Pooja Gadige to add capability tag***
Updated: 31 Mar 2022 10:34 EDT


Eclatprime Digital Private Limited
IN


CI
IN


Eclatprime Digital Private Limited
IN
Can you share the screenshot once


CI
IN
if(myStepPage!=Null) { ClipBoardProperty pyStateListCase = myStepPage.getProperty("pxResults"); pega_rules_utilities.removeDuplicatesFormList(BrokerList.pxResults,"BrokerList","ContactEmailAddress"); }


CI
IN
My stepPage is brokerlist.pxresults and Pagelist is Brokerlist and property to remove dupliactes is contactEmailAddress


Eclatprime Digital Private Limited
IN
https://collaborate.pega.com/question/remove-duplicates-pagelist-using-data-transform
Can you check this link once..implement the same using activity


CI
IN


ai4process
PL
@keerthiy Use pyRemoveDuplicatesFromPageList as mentioned above.
If you would like to adjust pxResultCount or other property that you use for pagelist count, use SizeOfPropertyList or other similiar function and set new value for it.