Question
2
Replies
188
Views
Posted: February 17, 2020
Last activity: February 17, 2020
Concatenation values from multiple pagelist
Hi ,I have page list structure as Test.Results(1).pagelist(1).pagelist(2).pagelist(3)
now I have first name ,middle name and last name on pagelist 1,pagelist 2,pagelist 3 .i want to concetanate all three and put full name in result(1) pagelist .
any suggestion.
Hello,
I guess you will have to use an activity to loop on all those Page-List and concatenate on a temporary property.