Combine parameters into one string

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

Hi @reklund84Z3BRG

Use “String.Join” node or code block.

Thanks KulKul but I’m to stupid to understand this :slight_smile:

I’ve tried a little more and feel like I’m onto something???.. Problem is that only the last value is returned.

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 for your help guys. Almost got it to work.

One more question tough. Hope it makes sense?

Thanks Mohammadz! That works. But how do I connect it to the rest? How do I replace the “Select model element” node?

Hei!

Something like this should work:

1 Like