How to implement export Excel dynamically while filtering list , the resultant list should be exported.

0
I want to have export excel functionality , so that user can import the filtered list in data grid , but for me even filtering the list , when I am trying to export the list , whole list of data is getting exported instead I want filtered list to be exported.
asked
1 answers
2

Hi Vamsidhar,

     For your scenerio you need to use excel exporter and create a custom microflow and apply the filter condition to filter the list which you want to export and generate the excel file.

answered