Hi all,
I am trying to run this web api:
I can run it without any problem at Postman.
But when i want to run it in robot, getting error. It returns me this variable like this:
It replace double quotes to slash. How may i solve it?
Hi all,
I am trying to run this web api:
I can run it without any problem at Postman.
But when i want to run it in robot, getting error. It returns me this variable like this:
It replace double quotes to slash. How may i solve it?
You mean: i should use single quote instead of two double qoute? or instead of one of them?
Yes use single quote instead of two double quote. It should be some thing like this.
‘text’
Hi @Mazlum,
The API request that is working fine should work fine in UiPath. Kindly check what type is mentioned for input request.
If you are planning to send a json data to API then specify the type as json in the HTTP Request component
I found the solution. My json code was wrong.
And yes, i am also used HTTP Request activity. Then use json to datatable activity. But it returns me a datatable that has no headers. I do not get it why.