Adding parameter in dynamo for room name

Hello

I am trying to find idea how to combine the certain parameter for room name and later use it for adding the door tag. Do you know if it is possible in dynamo ?? I will handle adding mark number to the doors, but how to set logic for that.

The common things in our project is that room In every apartment has common numbers like :

1

Later on I am thinking about setting like : If the door are set to room for example “Hallway” mark it with 01 number. I hope it is understandable.

Thank You

If I understand what you’re trying to do you could use a dictionary to equate rooms with specific mark values.


The dictionary nodes are from Lunchbox.

Great, that is what I was looking for.

Thanks