Why pyRemoveDuplicatesFromPagelist is not working properly.

I was just randomly testing this function pyRemoveDuplicatesFromPagelist and if i give entries like 80,800,80,12,22

only one record with 80 is left in the pagelist.

Attaching screenshot of the clipboard and UI as well.

Note:Here i am checking for Share in% property within a beneficiary owners pagelist.

I am calling this function in a DT.

RemoveDuplicate Function.docx (277 KB)

@TanyaS58

Instead of pyWorkPage, try with Primary.

@TanyaS58

In the function last attribute is ShareinPercentage the actual property name from clipboard seems to be ShareInPercentage.

i.e., DuplicateCheckProperties value within double quotes seems to be wrong case.

@SohamM95 okay will check likewise

@Anantha Nag K i will change the property and see