Hi all!
We are using the action 'Invoke REST Web service' a lot, but there are some limitations I am struggling with.
I want to download an Excel file using this action, using an external REST service.
My first approach was to store the response body into a multi-line content field. I am also using a HTML field with a download button, to save this file from content field to disk.
This method is working very good with plain/text.
After saving file from Content field to disk, Excel is corrupt.
I think this has something to do with content-type or encoding, but I can't figure out, how to get the raw content.
Is there even a way to do this with standard action or do we have to implement a SDK action for this (e.g. call REST service and add file as an attachment).
Would be nice, if anyone could point me into the right direction.
Thanks a lot in advance, Nik