CSV export of selected data only

Is it possible to export only the data selected by checkboxes to CSV?

0 5 151
  • UX
5 REPLIES 5

I would be interested in that too.

I use the following workaround:
Created a column "Selection". Set Value true or false. Build an action to change the value of the column. 
At the end you display all Values with true value in a slice view where you can add a download (csv) action.

Thanks for the great idea!

As I have replied to others, can't the app user achieve these actions in one operation?

It's nice to use Slice because it takes less action.

Create an action that flags the records, by setting some lookup-able data values to one of their columns. You can then use a LINKTOFILTEREDVIEW action to go to a view with only those records, and run the CSV download action, or set up a Bot to create a CSV from the selected records.

Thanks for the great idea!

Does the app user need 3 operations: set flag, move view, export CSV?

I want to achieve these actions in one operation.
Is it not possible because these actions cannot be grouped into "execute an action on a set of rows"?

Only 2. Set flag, then update a single record to trigger the bot. It can't be a grouped action because you only trigger the bot from a single record.

Top Labels in this Space