Hi All and @loginerror ,
i need to pass this information Http Request activity so in this activity thease information where i have to give i have tried in passing as parameter but it is not working
Hi All and @loginerror ,
i need to pass this information Http Request activity so in this activity thease information where i have to give i have tried in passing as parameter but it is not working
@kalyanDev - pls test api in postman with respective input params - just to confirm the input params are correct.
in postman it is working . @GBK
@kalyanDev - can you share the screenshot of http request with properties?
pls check the Input → AcceptFormat should not be Any …
can you check input type in postman ( like json/text/…)
yes i have given accept format as any
in post man Content-Type is multipart/form-data
@kalyanDev - can you remove these parameters from this section and pass it in body and try…
like as json formate i have to pass ?
pls try passing all the parameters as json string format in body…
okay @GBK i’ll try and get back to you … Thanks for quick replay
Tried but getting same error
The request body must contain the following parameter: ‘grant_type’
@kalyanDev @GBK did you guys resolve this? I am running into the same issue. Please assist .
Hello Hatakora,
Here I have a solution for Form Data:
You have all the code in the description of the movie or here:
Thanks,
Cristian
Hi @Cristian_Negulescu thank you for the response. How do i adjust this to take Cookie value as authentication instead
Hi @kalyanDev can you help me how you fixed it?
@Cristian_Negulescu I am trying the code and followed the movie too but how do I add this below as body in the code?
request.Add(New StringContent(“”[{“name”: “A Field”, “values”: [{“value”: “ABC”}]}]“”), “fields”)
It is giving me ')'expected.
error