vish_ch
2 years agoNew Contributor
Iterate JsonArray in parent to call child pipeline
Hello Community members,
I have a scenario to discuss, if you can provide your assistance
I am receiving JSOnArray in pipeline which I am then splitting using Json splitter and those individual documents I am passing to child pipeline.
In child pipeline, I am making HTTP call and getting Id in response.
So far so good but now I have a requirement to use Id from previous call in next HTTP call request.
How can I pass response payload in next child iteration?
Thanks.