Code required to read the attached excel and create change request.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2024 07:50 AM
Hi Team,
Urgent Requirement is that, we received an email with attachement (excel) in the below format. Once we received the email, read the attachment and validate the reference number, start date and duration and circuits.
After read the excel attachment, Change Request should be raised in my instance. Please check below format and help me to acheive this scenario to complete the project. Emails are also two different formats.
1.
2.
Please help me .
Thanks !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2024 07:51 AM
Please provide the code to read the excel attachment.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2024 07:55 AM
Hi @GAyathri33
Sorry to say, but what you have investigated till now? Did you search on the community about same or just put the requirement and asking for updates in less than 2 mins. The code is available, but spend time to search and trouble shoot.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2024 07:53 AM
@GAyathri33 You need to use the GlideExcelParser API to parse excel in your instance https://developer.servicenow.com/dev.do#!/reference/api/vancouver/server/sn_impex-namespace/GlideExc....
Here is an article covering the steps to parse excel in ServiceNow https://www.servicenow.com/community/developer-articles/parsing-the-excel-sheet-data-use-the-data-in...
Hope this helps.