Exploding custom node into the main script

hello,

I have few custom nodes that I wanted to just explode and have them present in the main Dynamo script.
It seems like when I copy the nodes inside of my custom node and paste them outside, the end outputs are throwing an error. I see that there is no ‘output’ node outside of ‘Edit Node’ environment.

What can I do to fix this??


Thank you!

@mixology You don’t need them in the main script. Just delete them or replace with a watch node.

1 Like

The output nodes does exsist outside custom nodes in dynamo. The input to the output node in the custom node. is the output you want in the graph. You can replace all output nodes with a watch node if you want to see the output.