Exports Data automatically via Scheduled event

0
Hi colleagues,   I would like to ask if there is a possibility of instead manually exporting a data in a datagrid every day, a scheduled event would just do that and save the file (csv) somewhere else? Like it can be saved in the local pc, in the server, or a file sharing site.   Thanks!
asked
1 answers
0

Hello,

You can create a scheduler event and create a microflow by configuring the templates to export data from your Mendix application to the Excel, macro-enabled Excel, or CSV formats. And build a logic to export the generated excel file to a specific location.

 

To do this, you need to import the following modules :

Excel Exporter :  https://marketplace.mendix.com/link/component/726

Mx Model Reflection : https://marketplace.mendix.com/link/component/69

answered