How to set KEY/Value pairs as "x-www-form-urlencoded" type in "HTTP Request" activity in uipath

How to set KEY/Value pairs as “x-www-form-urlencoded” type in “HTTP Request” activity in uipath?

WE are making a API call using postman which works fine in postman as shown below:

in the above postman request we are setting the body of the request as “x-www-form-urlencoded” type (which is one of the type available in postman like raw, GraphQL, etc.

How can i set the same “x-www-form-urlencoded” values or parameters in body in “HTTP Request” Web activity in uipath?

2 Likes

Hey @sood.a

The syntax you should follow here will be something similar to how you pass through URL query params but you will actually pass it in body prop of the activity!

Thanks
#nK

Hi Nitin,

I am new to uipath, hence can you please pass me any video tutorial for setting these params? TIA

Regards

Arun

Hey @sood.a

Kindly check this once please - Cloud API Access - #12 by Nithinkrishna

Thanks
#nK

Hi

Welcome to UiPath forum

Have a view on this on how to work on api

Cheers @sood.a

1 Like

Thank you so much @Nithinkrishna, It helped.

1 Like

Cool buddy :slight_smile: :+1:

This was very useful, thank you.