Hello
We are getting results while checking API one by one, but we are not getting results while using the whole API flow .
Can you please support.
For example



The same method we used one of other API which does not require Input, that is working fine as below
{
"CUNO":"${GetCustomerDetails.CustomerDetails}.MIRecord[0].NameValue[3].Value",
"CUNM":"${GetCustomerDetails.CustomerDetails}.MIRecord[0].NameValue[4].Value",
"SDST":"${GetDistrictDetails.DistrictDetails}.MIRecord[0].NameValue[1].Value",
"TX40":"${GetDistrictDetails.DistrictDetails}.MIRecord[0].NameValue[2].Value",
"SDST1":"${GetDistrictDetails.DistrictDetails}.MIRecord[1].NameValue[1].Value",
"TX402":"${GetDistrictDetails.DistrictDetails}.MIRecord[1].NameValue[2].Value"
}
