An update - how do I generate an automated report daily?

Dear Bubble Experts,

I am currently working on an app and am having problems with downloading data. essentially, what I need to have happen is that every day a certain set of data (specifically, a set of data that had a specific value changed within the previous day) is automatically exported as a CSV and sent via email to my boss. the issue I am having is that the backend API workflows don’t have a ‘download as CSV’ option like the normal workflows, yet this process needs to happen automatically in the background every day, meaning it has to use the backend API workflows. and no, we don’t want to manually go in and press a button to generate a report every day to use the front end.

How do I go about doing this?

Thank you all