How to save excel file (content type - octet stream) in a specific folder
I have a requirement to save reports which we receive from a service into a folder.
The report data which we receive is of content type octet stream. We use sendFile to download it from our portal , but i need to move this report to a specific folder using an activity.
The activity contains the service call to fetch the report . Need to add a step to save this report to a folder. Any suggestions please on how to achieve this .