Export CSV internaly

I need to bem able to Export a CSV with the applied filters in the collection and than ‘give it’ to Make.com to format a Google Sheet.

Is it possible?

I’m not sure I understand the question here but I think what you want to create a button and have it trigger a webhook. The webhook will then start a make scenario which pulls the data you need, applies any filters required, converts to csv or possibly just uploads to Google Sheets. We don’t do this exactly, but we have a process that pulls data, runs a python script to build an xlsx file, and then emails to a recipient with the xlsx as an attachment.

1 Like