Delete after download

1
how to create an object in microflow with Delete after download = true
asked
1 answers
1

Create new FileDocument or any object that is Generalization of FileDocument.

Then change attribute for DeleteAfterDownload to true

 

After that when you call download file client activity

 your file will be deleted 

answered