How to move 500 records from one instance to another

Dave_p
Giga Guru

Hi,

How can I copy or move 500 records of a table from DEV to SANDBOX. Kindly help.

Regards

Suman P.

12 REPLIES 12

Ankur Bawiskar
Tera Patron
Tera Patron

@Dave_p 

Usually export import of XML is recommended.

It's the easy way.

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

@Dave_p 

Hope you are doing good.

Did my reply answer your question?

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

sunil maddheshi
Tera Guru

@Dave_p 

Export & Import Method (Best for Small Data Moves)

Step 1: Export Data from DEV

  1. Go to Table List View

    • Navigate to the table (e.g., incident.list).
    • Apply a filter (if needed) to limit the results to 500 records.
  2. Export the Data

    • Click the List Actions Menu (≡) → Export → Choose one of the formats:
      • CSV (Recommended for small data sets)
      • XML (Best for structured data with relationships)

Dave_p
Giga Guru

Hi @Joni V B,

When I do Add to Update Set. It gives me unwanted Update Sets. I am trying to export the data through Excel and follow through Transform Map as @Anubhav24 suggested.

 

xml.png

Regards

Suman P.

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @Dave_p 

 

It is better to use XML if records mean data, not the business logic.

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************