How to implement download functionality in mendix.

0
I am going to develop simple app which contain some info of user like name , email , mobile no etc . so I have one download button and if I click on download button then the user info with some additonal info downloaded in pdf or word format.
asked
1 answers
1

You can use the download file activity for this: https://docs.mendix.com/refguide/download-file

answered