Add item to list

Hello,

How can I add the items in List 1 to list 2. I want the result to be 3 list of:

  1. 0, 750, 1500, 2250, 3000
  2. 0, 750, 1500, 2250, 2000
  3. 0, 750, 1500, 2250, 1000

I tried add item to end of a list but it did not work. I would appreciate any suggestions.

Thank

TSN

You just need to adjust you List levels a bit with the List.AddItemToEnd node.

1 Like

Brilliant Ewan! You are the best! Exactly what I need. Thank you so much!

TSN

1 Like