Hey @Komom
- Use an Assign activity to define your
ListAandListBif not already. - Use a For Each loop with index (
For Each item in ListB with index i) - Inside the loop, do:
ListA(i).Add(item)
cheers
Hey @Komom
ListA and ListB if not already.For Each item in ListB with index i)