How to fix this custom node error?

How to fix this error in custom node
Node name : View.ApplyViewTemplate


Pretty much as the message is explaining. Need to get rid the spaces. Change the Input to viewTemplateName all one word and that should do it. You may as well fix the Flatten issue. Change Flatten([item]) to DSCore.List.Flatten([item]) or replace the code block with the standard Flatten node.

5 Likes