HTTP Request Node - Passthrough Input JSON as Output

When using the “HTTP Request” node for tasks like statistics reporting, I would like the option to pass the original input JSON directly through as the output (instead of the HTTP response). Is this currently possible? If not, could this be considered as a feature enhancement?

1 Like

You could parallel the input and then join the input and the result of the http request together. Unless I misunderstood the quesiton.

2 Likes

Thank you very much for your reply. It resolved my issue

1 Like