Send Excel files in http request as content type "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"

I am looking to send Excel in the body (binary ) with content type as “application/vnd.openxmlformats-officedocument.spreadsheetml.sheet” , how can i achieve in UIPath

Server side it is not supporting Multipart message parser , so cannot send as attachment

Hi @j11

Have you tried changing the BodyFormat property here of the HTTP Request activity here:
image

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