Create a System.FileDocument from binary data in a Microflow

1
I have a Mendix object that has binary data attribute on it and I would like to write it to a System.FileDocument. However, the bytes of the file is not an attribute you can set. Additionally the Community Commons Java Actions seem to only allow you to create data from a base64 encoded data (Base64DecodeToFile). Is there a way to do this without writing my own Java Action?
asked
0 answers