I have just started with Dynamo and I having a bit of trouble trying to change the revision cloud colors based on the comment. Basically, I am trying to change the cloud color depending on the consultant (Electrical, Mechanical or Hydraulic).
I have tried several ways but there is always something that it is not working. OPTION 1
Can you attach watch nodes or show the node previews so we can see what your graph is doing? It could be that some information doesn’t match up and you’re getting nulls somewhere.
In Option 1 you’re checking “Comment” instead of “Comments” which is why you’re getting no matches.
For Option 2, are all your clouds in the same view? I believe Element.OverrideColorInView uses the active view for applying overrides. You’ll either have to use a different node or write it in Python.