Set a filedocument in a microflow

0
I have an entity which inherits the System.Image that needs to be migrated. How do I migrate the image from one entity to another in a micro flow?
asked
1 answers
3

You can use the java action CommunityCommons.DuplicateFileDocument to handle this. You provide the source and destination object, and the Java action will handle transferring the image/file data.

answered