i’m not able to calll API’s using below expression.
{{context.Fetchdetails.response.body.value}}
i’m not able to calll API’s using below expression.
{{context.Fetchdetails.response.body.value}}
@sachin Without knowing how actually you are calling the API and consuming it I am not sure if I will be able to guide you.
The API https://fakerapi.it/api/v1/credit_cards?_quantity gives the below JSON.
callService1
print(JSON.stringify(context.callService1.response));
body
when you call this API.