How to export and download CSV file?

I am facing issues with download CSV files, can you please tell me straight forward or best approach to download csv without using Route.

I want to download using same serverconnect, and i am using paged query i want all records in csv not for particular page.

That’s already in the docs:

You will need a separate query for the export, which returns all the records. Paged query returns just the current page records and that is how it is supposed to work.

In the download step just use the csv export step as an expression, the rest is explained in the tutorial.

1 Like