excel importer in editable data-grid

0
Hi all, I created an editable ListView (data source: xpath) and added the onboard “export to excel” button. Now I would like to integrate a excel import function to this editable table (Steps: import from excel into the List in Mendix → Edit data in ListView → Export to Excel again). I installed the MX Reflection and excel importer modules and defined a template with the connection to my domain model’s entity, where the editable List is stored. The upload of excel file in the excel-importer works, but how can I connect/integrate that uploaded file in my ListView? How could the microflow look like? Many thanks in advance :)
asked
1 answers
3

The microflow should import the file, as you have successfully done already. All that seems left to do is to refresh the listview data.

answered