Referencing REST response in process app

Hi,

I’m trying to use the response body of a web service call in process apps. In Process apps, service node is called Connect to API by the way. So I tried in a subsequent step:

{{context.myapicall.response.body}}
{{context.steps.myapicall.response.body}}
{{context.myapicall.response}}

to no avail.

Any ideas?

Thanks,
Istvan