Hello,
I’m new to Dynamo so this is my first post :). I’m simply trying to combine a set of paramters into one string as shown below. Any suggestions?
Thx, Rickard
You have to get the parameter first for the ones that you need then after extracting the parameters, use string join to join them & then set.
Thanks Mohammadz! That works. But how do I connect it to the rest? How do I replace the “Select model element” node?