Need to move the data from one table to another in the same instance

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2025 01:26 AM
Hi All,
Having a requirement that, need to transfer the data from one table to another.
The data we are getting the api push in a schedule timeline to instance from teh client environment. and this data need to move to main target table.
Need suggestion on processing this.
we tried to created a transform map and try to run through schedule job. But its not working. Any other possible way.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2025 03:00 AM
Thanks for the response Ankur,
Bit confused, when we try to manually create a record in the staging table its automatically runs the attached transform map and creates the record in the target table.
But when we try to update the same record in the staging table its its not getting update.
we kept the coalesce on the filed objectguid its a unique value from the client environment.
Why the other values are not getting update unable to find.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2025 03:14 AM - edited 03-31-2025 03:14 AM
Hello @Community Alums ,
That is not how Import Sets work. They are a means for pushing data into a staging table, which will then be transformed into the target table. This process happens every time a new Import Set is created and populated with data (e.g through the Import Set API). If you later update data in an old Import Set that was already transformed nothing will happen.
Regards,
Robert

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2025 03:18 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2025 05:20 AM
Hello @Community Alums ,
No worries. Were you able to make the solution work as expected now?
Regards,
Robert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2025 05:28 AM
@Community Alums
import set logic/transformation runs only when a new insertion happen.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader