Hey Neha,
Did you find out the solution for your problem? . It would be a great favour if you can share the solution for the above problem.
Thanks
Hey Neha,
Did you find out the solution for your problem? . It would be a great favour if you can share the solution for the above problem.
Thanks
I don’t know whether this solves the issue or not, but will help you for sure
Hi Neha, Even I am facing the same issue. And also could you please tell me hw you bale to pass the json object in the body.
Hello ,
Here you have a playlist with 10 videos all working with HTTP Request working with Salesforce, ServiceNow, and Jira. So you can see exactly how I work with parameters all videos have Chapters to be able to find very fast what you want.
Thanks,
Cristian Negulescu
its throwing error for me
Try the below format to pass Dynamic Variables:
“{ ““body””: ““Test””,”“subject”“:”“” +subject+ “”“, ““topicId””:”“” +topicID+ “”“, ““submitter””: “””+ submitter+ “”“}”
For Dynamic Variables, we have to provide double Quotes 3 times in body format. Then it can provide the final output with one double quote. Then bot will consider it as a proper JSON Format.
Hello Team,
I’m facing issues while passing the below json to body parameter, any pointer would be really grateful.
{
“name”:“Test”
“parent_id”: dynamic value.ToString
“type”:“112”
“roles”:{
“Testing”:{
“field_1”:“1234”
“field_2”:“test”
“field_3”:"test
}
}
}
Thanks,
Gokul
Heyy @gokul3
Just pass the same json in a single line instead of passing in multiple lines.
Let me know if that works
@HareeshMR Thank you so much for the response.
I tried giving it in the single line as suggested, I’m getting a new issue “end of the expression expected”
Body format is form-data:
{“name”:“Test”,“parent_id”: “12312”,“type”:“112”,“roles”:{“Testing”:{“field_1”:“1234”,“field_2”:“test”,“field_3”:“test”}}}
Hi Everyone,
i was facing this issue while facing the Payload in “application/text” format by giving the body as below.
{“code_type”: “add”,“process_id”: 81,“code_status”: “inprogress”,“run_startdate”: “2022-08-17T10:21:01.006214700Z”,“log_level”: “”,“message”: “”,“devicerunner_name”: “scalp”,“input_transactions_count”: 2,“environment”: “dev”,“comments”: {}}
But i am getting issue while passing this as an input, Please anyone help me to resolve this issue.
Regards,
Sai
Hi Everyone,
Hope you are doing well. I would also like some help to format the body request I am using.
{“universe”:[“HK0000048691=TMKR”, “HK0000051406=TMKR”],“fields”:[“MATUR_DATE”]}
i have tried using double quotes but are still experiencing issues.
“{”“universe”“:[”“HK0000048691=TMKR”“, ““HK0000051406=TMKR””]”,““fields””:[““MATUR_DATE””]“}”
Hope someone can help me on this.
Thank you so much in advance!
I would recommend you to store the body response in a variable first and pass those variables to the keys accordingly. So every time when you will get a new result it will first be stored in variable and then they will be assigned to the keys.
Please Make sure you have valid authentication, correct syntax and data, and all mandatory input parameters have been filled.
@encastillo2
Try by this way which I wrote below for you.
{“universe”:[“HK0000048691"=“TMKR”, “HK0000051406”="TMKR”],“fields”:[“MATUR_DATE”]}