Question
Enigma Metaverse
Enigma Metaverse
IN
Enigma Metaverse
Posted: Mar 11, 2025
Last activity: Mar 12, 2025
Last activity: 12 Mar 2025 4:34 EDT
Solved
Remove Duplicate Data in Response Page
I have retrieved a list of cases from a table, but the list contains duplicate data with the same IDs. How can I use the pyRemoveDuplicatesFromPageList function in my Activity to remove the duplicate entries?
My data is stored on the page Primary.Response.Data, and inside Data, there is an ID property
Hi @udaykumar6801936,
You can use OOTB function
@Utilities.pyRemoveDuplicatesFromPagelist(ListPage,PageListName,DuplicateCheckProperties) and pass the required mandatory parameters to remove duplicate items in the list.
In your scenario Configure like as this @Utilities.pyRemoveDuplicatesFromPagelist(Primary,".Response.Data","ID"),
Please go through this
https://support.pega.com/question/remove-duplicates-pagelist-using-data-transform
Regards,
Mohd Qizer Uddin.