Element.OverrideColorInView node not working with Spaces. I can get it to work with Rooms, which I would think would behave similarly.
Hi, guess override color in view expect DSCore.Color, try feed in a color from color palette node instead, that one you use is for revit decimal colors for use in revit exemple for set a filledregion color etc
As @sovitek correctly predicted, the colour input requires DSCore.Color types. You could use the Color Palette node or the Color.ByARGB node as shown.
RVT_ChangeElementColour.dyn (14.3 KB)
Note: Element.OverrideColorInView node only works if there are views, such as in a Project file.
That worked! Thank you!

