Data Grid 2 selection download with multiple user

0
Hello there, I'm working on a few data entities and I want to have users to be able to download selected rows using Data Grid 2.   I am able to create a "download all data" microflow using Excel Exporter, however, the selection in data grid 2 does not interact with data passed to Excel Exporter (hence no selected download). I have read some posts about adding a new attribute in the entities for "user selection" but I need this feature enabled for multiple users simultaneously.   I guess a NPE is required? But I still have not figured out how NPE would work in this case. Can someone please help me and show me how this should work?
asked
1 answers
0

Hi Boheng,

You can create custom filters/search via a NPE to get the search entered by user and pass the same filtered list to the export/download all data microflow.

 

You can use DS microflow as part of Data source in the grid to filter the list on the basis of entered search values.

answered