Bulk data export
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
Hi,
I'm looking for a way to batch export data from multiple tables, including all Attachments, to tens of thousands of tables without using an API.
Anyone can help me with this?
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
Hello @weijunshao,
There’s no out-of-the-box feature that can bulk export multiple tables with attachments in one go (especially at the scale of tens of thousands of records) without using an API.
For most use cases, people end up using one of these approaches:
Background Script / Fix Script to loop through records and write both the data and the attachment binaries into a packaged export (ZIP, XML, or a custom table).
Scheduled Jobs + Export Sets to push table data out on a schedule, then handle attachments separately.
Unfortunately, standard CSV/XML exports don’t include attachments, so anything fully automated usually requires some scripting.
If my response helped, please mark it as the accepted solution so others can benefit as well.
Muhammad Iftikhar
If my response helped, please mark it as the accepted solution so others can benefit as well.
