Hello!
I am trying to send a file upload using the HTTP Request activity. I am using Studio Community 2024.2.1 and using the latest UiPath.WebAPI.Activity (1.20.1).
The documentation and video I can find online points toward using a dedicated multipart editor which can be configured to use Multipart form data, using a file type and specifying the mime type.
Without the editor, what I have read so far is that I should construct my multipart form data myself and send it in the body. However it seems to be the “old” way of doing things and would much rather using the new ruggedized version of the HTTP Activity.
Any idea of what I should be doing to see the Multipart Form Data editor to configure properly the body of the HTTP Request Activity ?