# Door tag showing To Room and From Room

**URL:** https://forum.dynamobim.com/t/door-tag-showing-to-room-and-from-room/64707
**Category:** Revit
**Tags:** revit, python, dynamo
**Created:** [June 3, 2021, 12:17pm UTC](https://forum.dynamobim.com/t/door-tag-showing-to-room-and-from-room/64707 "2021-06-03T12:17:29Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Afrina](https://avatars.discourse-cdn.com/v4/letter/a/e36b37/32.png) [@Afrina](https://forum.dynamobim.com/u/Afrina)
#### Post date: [June 3, 2021, 12:17pm UTC](https://forum.dynamobim.com/t/door-tag-showing-to-room-and-from-room/64707/1 "2021-06-03T12:17:29Z")

</div>

Hello,

I’m trying to create a door tag that would show the ‘To Room’ and/or ‘From Room’. I found older topics on the similar matter. I’m absolutely new to Dynamo and don’t really know much about how it works. But I tried following some tutorials and older solutions from the forums, but nothing seems to work!

The tutorial and solution link is given bellow:

[![](https://us1.discourse-cdn.com/flex022/uploads/dynamobim/original/3X/9/a/9aaba972d62cc4978d83a0527b4f0f19d395a71a.jpeg "Using Dynamo to set the Door Number using the Room Number") ](https://www.youtube.com/watch?v=Kk9ER_QrdOs)

> **[Door Tag with "To room" number parameter](https://forums.autodesk.com/t5/revit-architecture-forum/door-tag-with-quot-to-room-quot-number-parameter/td-p/7620951)**
>
> Hi, I'm trying to have my door tag set with the "To Room" number. I tried both of these Dynamo turorial but neither of them works for me. I'm using Revit 2018 in French, maybe this is the reason why it is not working although Dynamo is in...

Help please! Thanks in advance!

---

<div class="post-metadata">

### Author: ![Mark.Ackerley](https://sea2.discourse-cdn.com/flex022/user_avatar/forum.dynamobim.com/mark.ackerley/32/79310_2.png) [@Mark.Ackerley](https://forum.dynamobim.com/u/Mark.Ackerley)
#### Post date: [June 3, 2021, 1:12pm UTC](https://forum.dynamobim.com/t/door-tag-showing-to-room-and-from-room/64707/2 "2021-06-03T13:12:20Z")

</div>

Hi,

Welcome to the forum 🙂

Could you post your .Dyn &/or a screen capture showing the nodes? I’m sure we can help you work through the problem…

Kind regards,

Mark

---

<div class="post-metadata">

### Author: ![Afrina](https://avatars.discourse-cdn.com/v4/letter/a/e36b37/32.png) [@Afrina](https://forum.dynamobim.com/u/Afrina)
#### Post date: [June 3, 2021, 2:36pm UTC](https://forum.dynamobim.com/t/door-tag-showing-to-room-and-from-room/64707/3 "2021-06-03T14:36:05Z")

</div>

Thanks for responding! Here’s what it looks like. I put exact things according to the tutorial, but getting a lot of errors!

 ![image](https://us1.discourse-cdn.com/flex022/uploads/dynamobim/original/3X/4/2/42bfd49f59fc05d8cd387644802bae1bc339ac71.png)

---

<div class="post-metadata">

### Author: ![Mark.Ackerley](https://sea2.discourse-cdn.com/flex022/user_avatar/forum.dynamobim.com/mark.ackerley/32/79310_2.png) [@Mark.Ackerley](https://forum.dynamobim.com/u/Mark.Ackerley)
#### Post date: [June 3, 2021, 5:43pm UTC](https://forum.dynamobim.com/t/door-tag-showing-to-room-and-from-room/64707/4 "2021-06-03T17:43:31Z")

</div>

Hi,

So let’s worth through sequentially to find the problem, checking the nodes as we go… If you hover over the yellow nodes you can see what the error is? Can you check what the output from the Python script is saying (I’d rather not retype it here)?

Hope that helps,

Mark

---

<div class="post-metadata">

### Author: ![jacob.small](https://sea2.discourse-cdn.com/flex022/user_avatar/forum.dynamobim.com/jacob.small/32/161030_2.png) [@jacob.small](https://forum.dynamobim.com/u/jacob.small)
#### Post date: [June 4, 2021, 2:28am UTC](https://forum.dynamobim.com/t/door-tag-showing-to-room-and-from-room/64707/5 "2021-06-04T02:28:06Z")

</div>

Note that there is a node in the clockwork package to enable getting the rooms for a door (Door.Rooms I believe) which will remove the need to deal with any of the python.
