How to do swapping one by one data and complete data from two lists?

0
How to do swapping one by one item from one list to another list and how to do swap complete list from one to another?    
asked
1 answers
0

Hello Priya,

seems you want to swap object from one list to another like below.

To do one by one you can do it through loop and to do in one you can use below given approach.

 

image.png

image.png

answered