Is there any way to export a CSV from Bubble from multiple tables?

For example, say I have 1 data type called Companies and another data type called Contacts. They might look like:

Companies

  • Company Name
  • Account Number
  • Address
  • Company Segment

Contact

  • First Name
  • Last Name
  • Company

So basically 1 Company can have many Contacts. Right now I can do CSV exports from Bubble and export all Companies or export all Contacts, but is there any way to export them combined across multiple data types? So that my exported CSV would then have headers like:

  • Contact First Name
  • Contact Last Name
  • Company Name
  • Company Segment
  • Company Address
  • Company Account Number

And so on? Hopefully that makes sense, basically export a CSV that doesn’t just show data from that one data type, but can show data from related ones as well.

1 Like

I dont believe you can. Maybe using blockspring?

There’s a plugin “Download CSV from Repeating Group” that works pretty well in a pinch. Obviously you’d need to create the RG on the front end somewhere first, though …

@edd got me here :slight_smile:

I was thinking of a paid plugin, in case it works better!