Passing variables through Parameters/Body in HTTP activity through JSON

Hello everyone,

I need to post the information from web application from A to another application B through JSON using HTTP activity. I was unable to pass the variables through parameters or body in JSON. PFB screenshot for reference. First screenshot is through body and second one is through Parameters on property pane.

image

Also please let me know which is the best way to pass the variables in JSON through Parameters or Body? Please also help me with correct syntax of variables to be passed in JSON.

Thanks in advance.

Hi @srinucslt

Could you check this example? I really hope it helps a bit:

2 Likes

Does anyone figured out how to pass a string variable in the Body in Post Http request ?

1 Like

Hey there,

the solution you posted is just key value pairs. We are actually asking how to pass variables in body in Post Http request

@singh.bikram0111 I have solution for this. I forgot to update this here. Its quite easy.
Go to parameters field in property pane of HTTP request activity

image

In Parameters you can directly invoke variables without any double quotes.

Hope this one answered your question

2 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.