Put multiple parameter values in one line in listH

Hi everyone!
I have a problem that seems actually the one that can be easily resolved, but I just can’t find the way. Is there any way in Dynamo that I can get multiple parameter values from one category, put them in one line in list and than set to another parameter? (And maybe add some suffix or something?) Or do I have to use Python for this? I am pretty new in Python, so trying to find way to do in Dynamo.
You can see in picture the parameters I want to transform in one line and then set those in one specific parameter.

For example, the final value will be somethin like: bedroom|1323|148|373

The following should help :slight_smile:

1 Like

Thanks a lot! This was very helpful!