Get Room Calculation Point Parameters by Name to Replace String

I have a signage component that can be scheduled. Part of this component is model text to display room name and number. Currently, I have a script to auto-fill these parameters by taking the values stored in “Mark” and “Comments”. I would like to further automate this by pulling the information “Room: Name” and “Room: Number”, from the room calculation point hosted on the signage. How can I get Dynamo to read these parameters so that I can reference them to replace strings?

Current dynamo project attached.

@ncarosso ,

here some methods to start with your graph

I was able to resolve this issue through the Rhythm package. The package contains FamilyInstances.Room which allows you to get an elements Room Calculation Point information, and lead into the Room.X nodes built into base Dynamo.

1 Like