How to show System.Collections.Generic.Dictionary in Dynamo Player?


I am having issues with the display in Dynamo Player. Is it possible to display System.Collections.Generic.Dictionary and System.Collections.Generic.List like others?

It looks like you need to convert to a native Dynamo list or dictionary. Hard to provide guidance on how without a view of the graph though.

Thanks! I use python to create nested dictionary and nested list like this.


And these are passed directly to a watch node which is the output?

Can you manage a nested dictionary built using the default nodes?

FYI @solamour @craig.long

I’ve managed to fix it by separating and reassembling it using Dynamo nodes. Thank you for the advice.

1 Like