- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2020 03:34 AM
Hi,
I have a requirement like
I have to create Requests in ritm table and the Excel sheet contains the values which are to be inserted into the RITM variables . is it possible to Insert the values from the Excel sheet to the RITM variables
and also the Username is given in the Excel sheet and I have to match that User name to the Requested for
Thank you
Solved! Go to Solution.
- Labels:
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2020 07:51 AM
I assume you are having variable values in Excel and using that you need to create RITM and REQ
you will have to use Cart API for this
Also you need ExcelParser script to parse the excel row by row and create RITM with all the variable info
https://developer.servicenow.com/app.do#!/api_doc?v=newyork&id=GEPS-GlideExcelParser
these links will help you as well
Reading Attachment Contents || Copying attachment || Attachment Properties
Loading data from an email attachment
Script to create RITM with variable info
How to submit a catalog item from script?
Create requests from excel import
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2020 04:12 AM
Hello Gautham,
Yes, you can import values from excel to ServiceNow nor staging table first, and from there you can use transform map to map the field of the staging table fields (where you imported data from excel to ServiceNow table) with the target table field.()requested item in your case.
So will you please share more details of your issue.
so that i can help you step by step to get data into ServiceNow table from excel.
Please Mark it helpful/correct if my answer helps in any way to resolve your query.
Reach out to me if any more help required.
Regards
Yash.K.Agrawal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2020 04:26 AM
I need to import the Data into the sc_req_item table ;
I have an excel in that values are given when importing the Data into the sc_req_item the values in the excel sheet should be populated at the variables in the ritm
and the Username in the excel sheet should be populated at the requested for field

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2020 04:35 AM
Hello Gautham,
Will, you share anyone record from your excel file.
Regards
Yash Agrawal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2020 04:49 AM