Filtering table download

Hi guys,

I have a question for you!

I would like to allow a user to download a filtered table based on the in-app filters set.

I have tried inserting a csv creation button as a title bar action, but it actually only downloads its own row.

Is there a way to download the entire filtered list?

Thank you :slight_smile:

Not based on the In-App filters, no.
You would need to create your own custom filters, then create a query that matches the filters, and use the query as the source of a CSV Download action.

Hi Darren,

thank you :slight_smile:

Ok, so, is there a guide to follow to do that?

I’ll create also a feature request because I think that this is an argument super important to deal with!

There are plenty of video guides around that cover custom filtering. Here is one that I created a while back, but there are several others.

3 Likes