# Quesions: Duplicate Views from Multiple Parent Views

**URL:** https://forum.dynamobim.com/t/quesions-duplicate-views-from-multiple-parent-views/77897
**Category:** Revit
**Tags:** revit, archi-lab, dynamo
**Created:** [June 22, 2022, 1:24pm UTC](https://forum.dynamobim.com/t/quesions-duplicate-views-from-multiple-parent-views/77897 "2022-06-22T13:24:36Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![ycai9HR9Q](https://avatars.discourse-cdn.com/v4/letter/y/8491ac/32.png) [@ycai9HR9Q](https://forum.dynamobim.com/u/ycai9HR9Q)
#### Post date: [June 22, 2022, 1:24pm UTC](https://forum.dynamobim.com/t/quesions-duplicate-views-from-multiple-parent-views/77897/1 "2022-06-22T13:24:36Z")

</div>

![Capture148.PNG](https://us1.discourse-cdn.com/flex022/uploads/dynamobim/original/3X/a/2/a2c20fbe56a3b877648717307f1476bebbb72b5c.jpeg)

Hello,  
I am trying to duplicate views as dependents. After I run the dynamo file, it will run and never end. Any thoughts? Thanks a lot!

---

<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 22, 2022, 2:58pm UTC](https://forum.dynamobim.com/t/quesions-duplicate-views-from-multiple-parent-views/77897/2 "2022-06-22T14:58:37Z")

</div>

Hey,

Just a guess, but you are feeding duplicate name values? Perhaps try with unique values?

Hope that helps,

Mark

---

<div class="post-metadata">

### Author: ![Nick\_Boyts](https://sea2.discourse-cdn.com/flex022/user_avatar/forum.dynamobim.com/nick_boyts/32/76313_2.png) [@Nick\_Boyts](https://forum.dynamobim.com/u/Nick_Boyts)
#### Post date: [June 22, 2022, 3:07pm UTC](https://forum.dynamobim.com/t/quesions-duplicate-views-from-multiple-parent-views/77897/3 "2022-06-22T15:07:07Z")

</div>

Are you running your graph in Automatic or Manual? Automatic could be picking up all the new views you create as views that need dependents.

---

<div class="post-metadata">

### Author: ![ycai9HR9Q](https://avatars.discourse-cdn.com/v4/letter/y/8491ac/32.png) [@ycai9HR9Q](https://forum.dynamobim.com/u/ycai9HR9Q)
#### Post date: [June 22, 2022, 3:51pm UTC](https://forum.dynamobim.com/t/quesions-duplicate-views-from-multiple-parent-views/77897/4 "2022-06-22T15:51:27Z")

</div>

Thanks, Nick. I was running in Automatic mode. I didn’t know that node will run as a cycle. I change to Manual and it works.
