Updating outdated node

Hi experts

I am trying to update an outdated node but i am quite new and is not trained in using the language.


I already found a solution for the flatten but i cannot figure out what to change the inputs to

Welcome @michelFTJKX

Have a quick look in the primer here for a rundown on custom nodes.

https://primer.dynamobim.org/10_Custom-Nodes/10-1_Introduction.html

For a quick fix, change the following.

Views - > InputViews
View Template Name - > ViewTemplateNames

This will force the inputs to use custom variables defined by these names and not the Types/Classes that are causing the issue. (which expect more formatting, per the primer doc)

I will also add that the output will probably need to be named “views” all lower case or “OutputViews”

Eg View(s) → OutputViews

2 Likes