I currently have a bubble app which uses API calls to display data from a external DB (postgres). How do I go about creating a button that will download CSV of some data from that external DB on the end user’s system (or maybe send the CSV as an email if it’s easier). Since I use the API connector to retrieve that data from my external DB, I imagine that I’ll need a JSON to CSV converter to achieve this? Just my thoughts…
Please if you have any idea of how this could work, I would really appreciate some feedback.