Question
LTIMindtree
IN
Last activity: 27 Aug 2020 11:25 EDT
Copy only check box selected results in to new page
i am looping Data page and with in loop added when .pySelected=="true" the page copy to another data page here if one result make true all results copying in to new page
how can I copy only selected results
pls find screenshot.
***Edited by Moderator: Pallavi to update platform capability tags***
Hi Vinod,
Can you try with below changes
1) empty CopyFrom Field
2) In CopyInTo filed, D_NewUserDetails(<APPEND>)
This can be eaisly done in Data Transform using Append to --> each page with When condition
Thanks
Krishna