Fill Excel sheet values in the RITM variables

Gowtham Kodali
Tera Contributor

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

 

1 ACCEPTED SOLUTION

@Gowtham Kodali 

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

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

View solution in original post

12 REPLIES 12

Yash Agrawal1
Tera Guru

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

 

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

 

Hello Gautham,

Will, you share anyone record from your excel file.

Regards

Yash Agrawal

find_real_file.png