Question

Zensar Technologies Ltd
IN
Last activity: 14 Jul 2024 10:04 EDT
Copying Specifice ID pages from One Pagelist to Another Pagelist in Data Transform
Hi All, I have 2 pagelists.
Products <---- Pagelist
Product(1) = ProductID = 1, ProductName = "Router" <--- Properties inside Pagelist
Product(2) = ProductID = 2, ProductName = "Switch" <--- Properties inside Pagelist
Feedback <---- Pagelist
Feedback(1) <----------- ProductID = 1, Comment = "OK" <--- Properties inside Pagelist Feedback(2) <----------- ProductID = 1, Comment = "Good" <--- Properties inside Pagelist Feedback(3) <----------- ProductID = 1, Comment = "Best" <--- Properties inside Pagelist Feedback(4) <----------- ProductID = 2, Comment = "Average" <--- Properties inside Pagelist Feedback(5) <----------- ProductID = 2, Comment = "Poor" <--- Properties inside Pagelist I want All pages where ProductID = 1 of Feedback Pagelist to be added inside Products pagelist Product(1) as a new Pagelist. And same all page of ProductID = 2 of Feedback Pagelist to be added inside Products pagelist Product(2) as a new pagelist. How we can achieve this using data transform. Thanks,