# Tracking Shared Parameter in Families

**URL:** https://forum.dynamobim.com/t/tracking-shared-parameter-in-families/4904
**Category:** Revit
**Created:** [July 6, 2016, 9:41pm UTC](https://forum.dynamobim.com/t/tracking-shared-parameter-in-families/4904 "2016-07-06T21:41:18Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Chad\_Clary](https://sea2.discourse-cdn.com/flex022/user_avatar/forum.dynamobim.com/chad_clary/32/10510_2.png) [@Chad\_Clary](https://forum.dynamobim.com/u/Chad_Clary)
#### Post date: [July 6, 2016, 9:41pm UTC](https://forum.dynamobim.com/t/tracking-shared-parameter-in-families/4904/1 "2016-07-06T21:41:18Z")

</div>

I’m working on content updates and have a couple random old shared parameters in my families and I have no idea which families it is in. Is it possible through Dynamo to query the families and determine if the parameter exists? If so a nudge towards the proper nodes would be ace.

I’ll be going through quite a few more families over the next few months so anything other than manually opening every family would be awesome.

🍻

---

<div class="post-metadata">

### Author: ![Matt\_Fleming](https://sea2.discourse-cdn.com/flex022/user_avatar/forum.dynamobim.com/matt_fleming/32/8868_2.png) [@Matt\_Fleming](https://forum.dynamobim.com/u/Matt_Fleming)
#### Post date: [July 7, 2016, 12:30am UTC](https://forum.dynamobim.com/t/tracking-shared-parameter-in-families/4904/2 "2016-07-07T00:30:01Z")

</div>

Start with the Primer. [http://dynamoprimer.com/](http://dynamoprimer.com/)

Then look into **Element.Parameters** and “Bakery” Package - **List Shared Parameter GUID’s only** node.  
From there you can built list, determine the family that has these and go from there.

Cheers,
