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.
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.
@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
In Parameters you can directly invoke variables without any double quotes.