Excel Exporter operation

0
Hi, I am trying to do excel exporter operation as per same steps given in below link: https://docs.mendix.com/howto/integration/using-the-excel-exporter I did all steps but at the last step that is 6, I am not able to understand where should I call this microflow to download excel file ? I tried to call it from Policy entity overview page but it shows error : “parameter does not match with available arguments” Where should I call this microflow because it having parameter?
asked
1 answers
5

Hi,

You can remove the input parameter for the microflow, instead you can create a new ‘PolicyDoc’ object inside your microflow and pass that to your ‘GenerateExcelDoc’ Java action.

Now, you can call from your Policy Overview Grid also.

Thanks!

answered