See and Download File Document

0
Hi, I tried to save file using system.FileDocument in my domain model, it was successed, but how can I download the file and see the file?
asked
1 answers
1

You create a microflow with the “Download file” Activity and give the Activity the FileDocument you want to download.
In the Microflow you either already have the File as Parameter or need to retrieve it.
You then call the microflow in a way you’d like to do.

Personally, I would make an entity that uses the system.FileDocument as generalization in my domain model and give it some more self-choosen attribute to retrieve it more easily.

answered