Is there any way that I can pass my Code Node Output along with the HTTP Response. When I use Merge node, it output comes as 2 outputs, But I want a single output with the combination of HTTP and Code Outputs. Is there any way to do that?
@AmilaDeshan , it sounds like you did not set up Merge node correctly. Below is the improvisation of how it could be done just to guide you in the right direction. Also, I see no reason for placing HTTP Request node after code unless it uses some values from it. Though, it doesn’t really matter if only one item is produced by both nodes.
The main point is to use “Combine” mode with “Merge By Position” option. You probably used “Append” mode, and hence you got two items in the output.