When using the HTTP Request node, a URL
parameter is required. On running the node, this parameter is “lost”, so not part of the output. I need the URL
again later in the workflow.
I have searched the forum and found two relating topics:
Both of them are working in the case, but only on a single input item. In my case, I have multiple input items. I then tested to use the parameter from the previous node and match the items by index, but this is not feasible in my situation as well. During the HTTP Request, my items get split up into branches (Success & Error). So there is no way to know which item goes where. The Error Branch actually outputs the URL
again, but the Success Branch does not.
Is there any possible way to match them afterwards? An MVP of the problem in the following code: