How to transfer values from one lists index to all the elements in another list's sublist of the same index value

I am trying to add a building nummer value to the parameter of wall elements, now i got these two lists:
one containing the parameter value and one that contains sublists with elements where each sublist needs to get the value of list 1 from the corresponding index

Sorry if the explanation is a little confusing…

Hello, normally should work like this without changing list depths

cordially
christian.stan

2 Likes

@Gydi ,

that could be also a way…

KR

Andreas

2 Likes

and another way :wink:

2 Likes

It seems to not be working quite well.

Its on the right path but didn’t add the right values.

Like this
with long lacing


cordially
christian.stan

Thank you very much everyone, after the suggested tweaks its working perfectly!

3 Likes