Export to Excel from List View

0
Hi All, We have one list view in our application and need to export that data to excel. The default option does not work on list view. Tried using export to excel app store module, however if i put the button(which calls export to excel microflow) inside the list view then it pops up for every entry in the list and if try to put it outside then the list object is not accessible. Please suggest how to proceed. 
asked
1 answers
3

If a template grid is also an option, you could try to use template grid. On a template grid you can place a button just like on a datagrid and pass the list of objects to your microflow.

answered