ZeroTouchNode String Output

Hi,

Quick question.

I created a zero touch node which outputs a list of strings and categories.

They both show correctly underneath the node when run, however, when I want to use the list of strings I always get NULL or an error. Probably something simply but I am new to Dynamo aha. Thanks for your help!

image

Solved the problem! Seemed to be related to my dictionary output. Originally I used Dictionary<string, object>, revised it to Dictionary<string, dynamic> and it works fine now.

I assume dynamo was just tripping out on how to deal with my string object. Whereas it worked fine for my Revit.Elements.Category objects.

Hopefully this helps someone in the future.

1 Like