I have made an app to track the deliveries our company has to do. I need to be able to export the data once every night to make sure if bubble goes down we can still get the deliveries done.
Does any one know how to do this? I have been trying for weeks to no avail.
Thanks for getting back to me! I have tried setting this up but it seems you cant have this run as a backend workflow? I have been using Zapier to send a webhook every night at midnight which works, but cannot get it to create a csv and send the csv. Any more help would be appreciated
I have attached a screenshot of the workflow. I know the webhook is working because I have had it send an email every time this workflow is triggered. The only thing I cant get to work is either the CSV Creator or the attaching of the created file to the email.
Thanks again for your help.
I’m not near my computer at the moment, but I think you should be sending the url returned from the csv and send that as the file instead of the base64 you have.