I’m trying to do what the topic is called. Here is what I have:

Any idea what I’m missing?
you cannot feed a elementtype into value
Have you tried changing lacing on Element.SetParameterByName to longest? Right click on the node and go to lacing.
The default lacing is Shortest. Since you are feeding it only one value but multiple elements, the node stops after the shortest input, which is the single value.
That did the trick, I had a feeling it was something like that. Thank you so much!