Element.GetFromLinkedFIle by StreamNodes package doesn.t work for invalid input

Hi everyone,

Element.GetFromLinkedFIle by StreamNodes input don’t work correctly. The error message:

"Error: This input symbol is not currently valid, and cannot be saved until it is fixed. Valid inputs take the form:

name : type = defaultValue

The input name should be a valid variable name, without spaces. An input type and default value are optional."

How can I solve it?

@GRECO I would change these names in the custom node, i.e. LinkDocument, category, LinkInstance as a fast solution

1 Like

As the warning says “The input should be a valid variable name, without spaces.” Valid in this case means not an existing system level variable or class name. Anything that shows in a different color is already taken, Category for example. The other two have spaces in them.

1 Like