Can we extract form values and make them as the inputs for the Service node Body

Hi,
I want to perform CRUD operations where the user needs to add a new record of employee information in the format of (EmpID, Name, EmpCode, Salary). I want to collect this information from the user and use them in the service node for the POST call by providing these values in the body.
How can I do that?

Hi @janapalasunil,

You can use the “Digital forms” to collect data from user and post that data to the service node using context objects.
Kindly refer to the following links:
https://developer.kore.ai/docs/bots/bot-builder-tool/digital-forms/
https://developer.kore.ai/docs/bots/advanced-topics/data-as-a-service/

Let us know if you need any further clarification.

Regards,
Yoga Ramya

Ramya,

I am trying to use the context variable in the Form and it is not showing the value of the context variable, Instead it is showing the syntax

{{context.session.BotUserSession.FirstName}}… It is working fine in message node and entity node. But not in the digital form.