How to add filter and export those data in grid.

1
Hi all, I have created a microflow for export data to excel. But it exporting all data. Some time user filter the data still it export all data. Default buttons will not wok in my case. For example: If I have a 500 records and I filter some records after filtering I have 300 record then 300 record should exported. But instead of 300 it exporting 500 record. Thanks
asked
1 answers
0

Hi,

Are you sure that you are passing the filtered list while exporting the data to excel ?

And have you debugged and checked the filtered list records count is correct ?

answered