Export data to Excel.

0
Hi, I create one entity called “Customer” and set some attributes like name,address etc. and also created another entity called “XLSFile” with file document generalization. I am trying to export the data from my customer data to excel sheet. I did all steps you have given in below link: https://docs.mendix.com/howto/integration/using-the-excel-exporter Also I have created  the microflow “Calling the Excel Export Module via Microflow” that is 6th step. But now I am not able to understand where should I call this microflow.   Regards, Samarth Jadhav    
asked
1 answers
-1

I guess it's up to you. I had a similar situation however we had a pop up in which you had to select start and end dates. We then called the flow through a action button.

answered