Hello @luckyenough and welcome to the KNIME community forum
I assume that you are talking about retrieving data from a statistical server. Is it?
Have you tried to send your parametrized rows into a loop via (1.) ‘Table Row To Variable Loop Start’ node.
Then:
- GET Request (etrieve data from web service)
- JSON Path (query values from JSON)
- Ungroup (ungroup column lists)
- Process your desired output (do your transformations …)
- Loop End
I am just guessing
BR
PS.- You can pre-classify your Paths with a ‘Logical Indexing Matrix’, for the parameters that you are interested in.