Uploading document using http request

how translate this postman http request in UiPath? this is form-data type body how to translate this to raw body?

@jmsphlp,

Refer this thread.

@jmsphlp

You can try using attachment property and remaining fields in the body as is

If that does not work..may be we need to read the data as filestream and convert to base64 and then add in yhe body field itself

In the body format field make sure to change it properly

Cheers

Hi @jmsphlp

Pls refer below thread on how you can upload pdf document