How to download files on click (not standard widget)?
0
I have a list of file attachments, I want to download the attachment by clicking on the list item, not on the default “download” button-widget. Is it possible, is there any widget for that, or any microflow action?
asked
Maxim Velichkin
2 answers
0
Hi Maxim ,
I’m not sure if I understood you correctly, but if you want to download the list of the attachments in one go you can use this module “https://marketplace.mendix.com/link/component/108292” it intreduce a java action that zips a list of file attcahments and download them at once
answered
Ibrahim Ibrahim
0
There is no such action directly configurable on a button. What you can do is the following
Add a microflow button or set the on click action of the list view to call microflow
Create a microflow
Input parameter of type object, Entity equal to your document entity