I have a global parameter called “00 ISSUE DELTA” and a project parameter for sheets called “00 ISSUE DELTA”. I would like to associate the global parameter to the project parameter for all sheets in the document via running a dynamo graph. Last image shows my attempt at accomplishing this, but it does not recognize the project parameter and gives the error “Sequence contains no matching element”
Link to Images
Hi @JPatterson39VQY try with ottb set parameter by name and see if could work
Thank you for posting this @sovitek ! This works, but is not my desired result. I would like to be able to associate the global parameter to the project parameter for every single sheet in the document. That way if in the future if I or someone else wants to make a modification to the information, all they would have to do would be change the value of the global parameter, and it would instantly update to all of our sheets.
@sovitek I’ve just tried this, using spring nodes active view node, and it was able to associate the global parameter to the project parameter on the sheet. Now, is there a way for me to do this to every single sheet?
- Collect all sheets with
All Elements of Category. - Profit.
yep as Nick say and probably lacing to longest…i cant check as i dont know that node…but here is another way there probably could work
asso.dyn (39.7 KB)
The best way to achieve this would in my experience be to make it a type parameter and associate it as a parameter at project level to the needed title block family type(s).


