Generating filtered CSV from Query column

Hello!
I’ve seen this post: How can I generate a CSV file from a filtered search?

And I thought it would work for me but I might be doing something wrong. I have a “current user” table in which I have all the filters user is applying. Based on those I am filtering a Query column, that is grouping data from another table.

I want to generate a CSV file from this Query column, but it is not appearing in the options for source data in configure action menu.

Is there a reason, and do you have any ideas how could I overcome this issue?

Thanks

Is the target of the Query a Big Table? This does not work with Big Tables.

No, it is a connected google sheet table

Can you us some screenshots on how you’re structuring the flow and the columns?

On which table you’re building the screen that houses the action to generate CSV?

Of course.
So the logic goes like this, I have a google sheet table with insurance contracts called “Poistné zmluvy” and then I have glide table for current user’s filters called “Aktuálny užívateľ”.

In “Aktuálny užívateľ table” I have a structure of filters like this:

In a query column, I am basically filtering records in “Poistné zmluvy table” with parameters in “Aktuálny užívateľ table”:

And I am trying to create an action that will create a csv. file from this query column, but as you can see, there is no option to select query column as a source of data:

That’s because your query is in the Aktuálny užívate table, but your workflow is connected to the Používatelia table.

Is the screen with the button connected to the correct table?

2 Likes

Damn… what a stupid mistake. You are right… That was it.

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.