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.