Hi,
I have a basic workflow that uses an outlook tool to grab one email attachment, and then send that data to a network shared drive via the blob output tool. There is a blob convert tool used ahead of time, and the data is in base 64 encoded binary data. The blob output tool sends this data to a .xlsx extension, which is then picked up later in the workflow for further manipulation (that part isn't important).
The issue I'm having is that the workflow runs perfectly on my desktop, however when I load it to the server, it corrupts the file. Now to be very specific - there isn't a permissions issue or access issue with the shared drive in either case - the server will still create the file (.xlsx extension) just as the desktop does. However, the desktop run will create the appropriate 58 KB version of the file, whereas the server gets messed up somehow and creates the same file but with 1KB that is corrupted and cannot be opened manually or used further in the workflow.
Any thoughts? Attaching a picture if the workflow if this helps at all.