Hot to access two nodes outputs as input in code node?

Not able to access two nodes output as input in code node.

Hey @Hareesh_Kumar hope all is good.
If you want to send output of two nodes into a single code node, you probably want to merge the inputs first into a single item with combine(or multiple items with append) first and then process this item in the Code.

1 Like

Thank you so much…

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.