I’m pretty new to UiPath and have very little experience with API’s so I’m hoping you’re going to be able to help me.
I’m triggering a BOT via the Orchestrator and then hoping to return an Excel file with an ‘HTTP request’ activity.
I’ve already got another similar process that is returning a PDF file and that is working fine.
The End Point is receiving data but when I try to open the Excel is gives me the following message : “Excel cannot open the file “testfile.xlsx” because the file format or file extension is not valid. Verify that the file has not been corrupted and that the file extension matches the format of the file”
I’m using the POST Method. The BodyFormat is application/xml and I’m simply including the Attachment where I’ve indicated a string variable with the file path and the a Header.
Can you help? Is it possible to pass an Excel file this way?