Base64 decode to file

0
As target you can only choose a parameter of System.FileDocument. Is there a possibility you can choose an external location (example: \\server01\documents) to save the file without first to save the file in the System.FileDocuments?  
asked
1 answers
1

Jurgen,

In Community Commons, there is also a FileFromFileDocument Java action that stores the contents of a FileDocument to local storage.  In your microflow, you could use this Java action after DecodeToFile and then delete the FileDocument. 

 

Hope that helps,

Mike

answered