How to Export Filtered table data

Currently my data export properly in CSV format. But Now I want to export with filter data too.
I am using two filter. 1st filter is through date and 2nd one is through search field.
I attached screenshot below:

Just apply the same filters in your export server action, that you are using for filtering your table.

1 Like

You have any documentation on it.

It is the same as filtering your table data server action - just use the same filter there.

This is my export server action. Currently my data is export from my database. I got all record through this query (Select * from contact_form).

Well open your export server action and all the filters to your query, which you are using to filter the table.

As you can see here my export server setting and query

And that is why i explained to you:

I am applying same filter using query conditions but it’s not working.

I see no filters applied on your screenshot!

Now check I was applied the filter Check in this screenshot. Is this right ?

@Teodor Is this right ?