Changing a common attribute across multiple components

Hi Guys,

I have an attribute called month that is common across five different dynamic components. Is there any way to select all these components and change only this attribute without changing any of the other attributes?

I have tried just selecting them but it updates every attribute in the form?

Thanks

Sadly a tool that was not developed (such a wasted opportunity by the management)

The DCs could reference a global attribute, “month” kept in a client information DC, this DC can have the shape of a key, a title block, a logo…then you would need one of Dan’s snippets

Redraw all dynamic components? - SketchUp / Dynamic Components - SketchUp Community

to update the drawing

Or you could create a personal ruby script to change the month attribute. You will probably need to consider some ruby code eventually to extend the power of DCs

Thanks