Hey,
What I’m trying to do is collecting input from 2 nodes into only one node,
what’s happening is that I’m comparing results between api data and the other function node data so I want both of them present to compare them
here’s a screenshot
Hey,
What I’m trying to do is collecting input from 2 nodes into only one node,
what’s happening is that I’m comparing results between api data and the other function node data so I want both of them present to compare them
here’s a screenshot
Hi @Mohamed_Reda,
In this case, you can use the merge node. Link the two nodes into the merge node and then link the merge node with the last function node to do the comparison. I would suggest to use Merge By Index Mode when configuring the merge node.
Thanks alot for the help, you saved me alot as I didn’t know about the merge node thing