Put in raw data in UIPath - Rest Service

Hello,

Is there a option in UI Path HTTP Request wizard to input raw data like postman for a rest service. The only option i see available is key value pair.

You can send it in the body @deshpande.alok Whatever data you have, just placing it as a string in the body property will work.

1 Like

Hi Harish,

That worked. Is there a way i can check logs to see http response code and the response object

You have two fields there below the input parameters, output headers and result. So you can create two variables there and use them to see the output @deshpande.alok

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.