Forum Discussion
koryknick
2 years agoEmployee
vish_ch - I'm assuming that you are able to pull the response from your HTTP call to get an ID value that you want to use in the next HTTP call, and that the ID needs to be part of the URI - if that's the case, just enable the "expression" button of the URI property and build the URI using string concatenation. Something like this:
Hope this helps!
vish_ch
2 years agoNew Contributor
Hi koryknick ,
Thanks for your reply.
The ID is part of POST body request.
Within parent pipeline, Json splitter is generating its multiple documents which are then passed to child pipeline via pipeline execute.
When next iteration happens and child pipeline is called, I am not able to retain the response from first iteration. how to solve that?
Thanks