Retrieve list view objects

0
Hi All, We are using excel exporter option for a list view export. However, the problem is, we have search field and other filters applied to the same list view so how can i retrieve the current selection of list and pass only those objects for exporting data? Currently, i do not see any such control available.  
asked
1 answers
0

Well i think you should do something along the lines of this:

Create a helper object with some search fields as attributes. Create a manual search microflow that retrieves the correct objects with the search fields applied and associate them to the helper object. With your excel export you can retrieve the current selection through this association.

Different variations of the above are possible but in general this should work

answered