How to Import data into service now tables without using transform map?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-04-2024 07:39 AM
How to Import data into service now tables without using transform map?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-05-2024 06:12 AM
There are various ways to import data into servicenow tables without using Transform maps.
I have mentioned few below:
1. You can manually load data into an Import Set Table, then write a simple script to move the data directly to the target table without using Transform map.
2. If your data supports JSON or CSV export via API, you can automate the process by setting up a REST integration.
3. Importing using Dat source with Scheduled Script Execution.
If you found my response useful, I'd appreciate it if you could take a moment to mark it as the accepted answer. Your support not only highlights the solution but also makes it a valuable reference for others in the future.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-06-2024 12:42 AM
Hi Nilofershaik,
i need to load data to import set table not manually but via a GlideRecord script. how can i achieve that.