I am an absolute dynamo newcomer and have a beginner question
Unfortunately, I found in Dynamoprimer and here in the forum nothing about my problem.
I would like to fill the parameter Element.SetParameterByName.
The value is always written only in the top element of the input list, but I will bring in all the elements
what do I have to change?
I also think it’s important to understand why @Nico_Stegeman’s solution works. I think that’s actually necessary to understand why the lacing @Marcel_Rijsmus talked about works.
I agree with Paul that it is necessary to understand why the lacing is working and how.
But if you use the lacing method be aware of how lacing works
List lacing could become an error if you have input of uneven length, that could happen if you combine a input list by {2 parameters} and {value length 3, value lenght 2}.
If you have a input of two list with different length the result wil be as this picture:
I don’t want to downplay what @Marcel_Rijsmus said as his solution definitely solves the issue, but it is however solving an issue which really doesn’t need really need to be there in the first place. You put brackets around “Comments” and that is not necessary and caused your problem.