Hello,
I’m working with the “Http request” node and i would like to backup answer and request of each “Http request”. @Jon help me to Get http header of my answer but i also would like the body origin and the input value of my “Http request” node.
How are you trying to use it? You can get the parameters for a node by using $('node name').params['name'] if you check the example below the set node will output the Body, Headers, Status code and the URL / Method for the http request node before it.