Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Bulk data export

weijunshao
Tera Contributor

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!

1 REPLY 1

M Iftikhar
Tera Sage

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.

Thanks & Regards,
Muhammad Iftikhar

If my response helped, please mark it as the accepted solution so others can benefit as well.