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?
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!