Export to CSV

0
How can I download an entity  for only selected attributes when I click on Download Locally button which triggers a microflow and download in CSV file Format. Can anyone help me out with clear explanation
asked
3 answers
0

Hi Sushanth,

 

One very quick solution to this without using a microflow is ; add Export to CSV button to the grid and hide the attributes you dont want to downmload (by deleting them from the view or by giving them 0 width on the grid options). CSV supposed to have only the ones you see. I hope this works for you.

 

Ferhat

answered
0

Hi,

you can try the csv module in marketplace to export as csv

 

CSV:

https://marketplace.mendix.com/link/component/108605

 

check the below medium link of Import and Export Data in Mendix using the CSV Module

Medium link:

https://medium.com/mendix/import-export-data-in-mendix-using-csv-module-d3eba261ae49

answered
0

Hi Guys! I tried to follow this article, but just a the end I have the following error

actionButton4: releaseResponseObjects is not a function

 

When exporting to CSV

 

PD: MX 10.24

answered