I am trying to send data to API throught HTTP request Wizard .
When I am sending POST request , I am getting response as Successful .
However , when I am giving File Path of Output data in Attachments section and Name fields value as any name ex .outputfile , I am getting below error.
There is already a parameter named outputfile . Please choose a different value .
no matter what field value in provide in name field(Attachments section), I am getting same message.
Hi @Niraj_Chandra,
Can you show some screenshots and properties you are using for HTTP requests? Maybe this could help other to understand where is the problem.
Thanks for responding . unfortunately I cannot upload screen shot from office laptop (option is disabled) .however others have reported the same issue .
please check this link, it has screen shots as well
Hmmm maybe itβs not a perfect answer but have you tried maybe to worked on it with use of Postman application? Itβs being very helpful when working with HTTP requests as you can build model there and then check if itβs working, finally doing the same in activity in studio.
Hi, please view the error message in the image when I test the call. Iβm trying to retrieve the access token via POST. Another attempted API call is retrieving the information via GET.
When conducting both calls, the results tend to be null
and then passed json in HTTPrequest body .
also check is other parameters like
BodyFormat = application /json
Headers
Parameters are passed correctly .
Itβs not a rocket science , itβs pretty simple .may be you are missing something .
if you really want solution please share screen shots of both postman and uipath ,then only others can analyze and help. if it is a sensitive data then you can mask/hide details in screenshot.