Export data shown on overview pages

0
Ideally would like to have a button on each overview page, so that user can export data using this button/microflow . is it possible to export data that shows on overview page as it is..
asked
1 answers
2

Hi, 

If you are using datagrid with datasource set as Xpath,microflow or association you can always use the defalt export to excel or csv button which can be added to the action panel of a data grid. Or else you might have to create a custom search with association to your entity and based on the search attributes you can replicate an export the same. 

 

Hope this helps!

answered