Assign value from one list to sublist

Hi all,

I have a list of point locations in one list, with Z = 0 that I want to replace these Z values from another list. From this example, all Z values in sub-list 0 will be 18, in sub-list 1 and 2 will be 23. The number of items from list on the left will always match the number of sub-list on the right.

Any help is highly appreciated!

Hi @prapon77 , welcome to the Dynamo Community!

Are you trying to modify z coordinates in this way?

1 Like

Yes!!! That works perfectly. Thank you very much!