Hi Andy Neo,
Is there any specific reason you are using Excel Exporter Module?
if you are able to show the data in a DataGrid by using a Microflow or Xpath or by Assocoiation you can use the default Export to Excel/CSV button from the Data grid.
This makes work more easy. if you need more extended functionalities you can use Excel Exporter Module.
Hi,
The following learning path will guide you
https://academy.mendix.com/link/path/44/Importing-and-Exporting-Your-Data
https://academy.mendix.com/link/module/136/lecture/1256/7.3-Excel-Exporter-Module
Hi Andy Neo,
Just add a button where you need to download the excel and call the Generate Excel Doc microflow.
And they mentioned the second microflow is for navigation
If you still need a reference you may try this doc https://www.velocity-it.com/knowledge-hub/excel-export-in-mendix/
Hi Ehathisamulhaq Z,
The thing is, after creating the first microflow, I created a button below the datagrid in “Policy_Overview”, and it gives me an error “ Parameter ‘PolicyDoc’ of the selected microflow does not match available arugements. No arguements are available to button”. This error also occurs when I generated overview pages for PolicyDoc_Overview. Hence, I am not sure where did I go wrong.
As for the 2nd microflow, I also linked the microflow to navigation. However, when I click on the page it is not responding at all. ( No errors in Mendix studio pro).
I will check out both your and Stella links. Thanks so much guys for providing me links to study on this.