Have HTTP Request carry over input

Core/HTTP Request

The idea is:

Have a option to allow HTTP Request to carry over fields from it’s input

My use case:

I think it would be beneficial to add this because: It will simplify parameterized API Calls

I’m running multiple searches based on the term from a DB query, I want to be able to know which result is linked to which search term, I currently have to do it in a loop structure, and read constant within each loop, which is tedious to do.

Any resources to support this?

Similar to how KNIME is doing in it’s equivalant node:

Are you willing to work on this?

Unfortunately no


Hi,

I also think it would be really handy if the HTTP Request node could automatically carry over certain input fields into its output. It would greatly simplify parameterized API calls without having to manage heavy loops.

For now, I usually use a Set node right before to keep the useful info in each item, then call them via expressions in the HTTP node. It works well, but it’s definitely more manual.