Getting Duplicates From Pagelist

Hi All,

Any way to get all duplicates values from a pagelist in data transform.

Ex:- Rit <— Pagelist

Rit(1) = RID = 1, Identifier = “OK” <— Properties inside Pagelist 1

Rit(2) = RID = 1, Identifier = “Hello” <— Properties inside Pagelist 2

Rit(3) = RID = 1, Identifier = “Hi” <— Properties inside Pagelist 3

Rit(4) = RID = 1, Identifier = “Good” <— Properties inside Pagelist 4

Rit(5) = RID = 1, Identifier = “Bye” <— Properties inside Pagelist 5

I want all pagelist where RID = 1 and store this pagelist in new/existing pagelist.

Thanks,

@AbhishekC1725

Check the solution provided in the below article. This is the same problem statement.

@AbhishekC1725 you can use the Obj-Filter method and use when condition in activity to filter the records based property value.

Hi @AbhishekC1725,

Kindly proceed with the following steps:

  1. Create an activity.
  2. Add a condition using the isinPagelist function.
  3. Loop the pagelist
  4. Mapped the properties in loop
  5. Obj-Save

Regards,

Mohd Qizer Uddin