How to copy Dynamo "Warnings" into a text?

Hi,

While using a python script node in Revit Dynamo interface, we get some different type of warnings with unique words. In order to solve those warnings, it could be helpful if we can copy that text.

Please suggest if there a good way to do this. Thanks.

1 Like

You’re trying to treat a list as an object. You’ll probably need to iterate over that list instead.

Thanks @GavinCrump, very glad to hear it from you.

But I apologize for the confusion. I posted that image only for an example and my request is slightly different. Here is something what I merely expect.

(Whatever the warnings, I expect a solution that enables me to copy those warning texts and paste it somewhere else).

Thank you for your instant response.

Ah you can do that using the graph manager extension… handy! Didn’t even know, but found it just then.

4 Likes

That’s Great! Sounds new as well.

Thanks for the solution @GavinCrump. Brilliant.

1 Like