parameters not passing in service node

Hi Team,

I am trying to pass entered entity value in service node api calling in body but seems like it does not go through , similarly when i try to get the param value from form in message node it works but does not passed to request body in service node.
{“name”:{“type”:“STRING”,“string”:{{context.entities.entityName}}

Please help

@aditya.singhania

Here is how you need to do it. I have shown how you can use it in query param (URL) and in the body also.

Please make sure that the body type is selected as custom.

Since apparently, you are new to the Kore.ai platform, just letting you know how I am printing the response too.