View data types?

In Python, if I want to know the type data something is, I use the type() command, and the IDE or shell prints out the data type.

In Dynamo, as a beginner I find that I have a hard time knowing if the data that is coming out of one node is of the correct type to be the input into another node. Is there a way to have something like a watch node but have it show the data types being passed to it? Then I could just connect that type-watch node to a bunch of other possible nodes to see what they’re outputting.

http://dictionary.dynamobim.com/#/Core/Object/Action/Type

3 Likes

Perfect! Thanks!