- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-04-2017 02:58 AM
Hi All,
I have a requirement where I need to automate Service Now's import process. We have to import data from an excel sheet containing multiple tabs, holding data for different tables. All this data needs to be imported in respective tables of ServiceNow, in one go. Possibly we will have a UI Action on our custom table's form view to import this excel sheet.
Please revert on this post if anyone has any idea about this one.
Thanks & Regards,
Astha Chaubey
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-25-2017 12:38 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-04-2017 03:05 AM
When loading the data into ServiceNow as a Data Source in "System import sets > Load Data". You can select "Upload an Excel file" and this give you the option to specify the "work sheet number" and the "header row number".
So you can create different data sources and mention the worksheet numbers accordingly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-04-2017 03:26 AM
Hi Mujtaba,
Thanks for your response. Creating multiple data sources will limit our solution as well as increase number of manual processes, as we want our functionality to be available to multiple tables (>20). This is not something that we are looking for currently.
Thanks & Regards,
Astha Chaubey
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-04-2017 10:38 AM
Hi,
I suggest you create a record producer and automate your data loads. You can access the data load and transform APIs to load any number of sheets via scripting.
Refer https://www.servicenowguru.com/system-definition/imports/simplifying-data-imports-parties/ for more information.
Thanks
Please Hit like, Helpful or Correct depending on the impact of the response
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-04-2017 10:56 AM
Hi Alikutty,
I will try to implement this solution and get back to you. Thanks for a quick response!
Thanks & Regards,
Astha Chaubey