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:
- Create an activity.
- Add a condition using the isinPagelist function.
- Loop the pagelist
- Mapped the properties in loop
- Obj-Save
Regards,
Mohd Qizer Uddin