- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-25-2025 07:54 AM
Hi all,
My apologies for this is a basic question I am asking. I have created on Inbound Action and when I send the email to trigger the Inbound Action the email log shows the incident is created but I am unable to see it on the Table. Attached are the screenshots. Your suggestions will be very much helpful on where I am missingInbound Action when to run
Email script for creating new record
Email log showing Incident Created
When I check No incident is visiblehave configured
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-25-2025 08:05 AM
you should use current.insert() to insert record in your script
Uncomment line 26
If your inbound email action condition is getting satisfied and no error in script then it should work
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-25-2025 07:58 AM
Hello @Sundar akula
Can you cross check with incident number instead of project field also the email when it's processed there is a field called target so you can check from there also the record which is created when inbound email is processed.
If my response has helped you hit helpful button and if your concern is solved do mark my response as correct.
Thanks & Regards
Viraj Hudlikar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-25-2025 09:34 AM
The Target Field is not getting populated. Any suggestionsTarget Field is empty
Searched with Incident Number No luck
Log shows Incident is created
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-25-2025 07:59 AM
Try to search with incident number instead of project. As you can see in logs incident number generated.
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
‎02-25-2025 08:05 AM
you should use current.insert() to insert record in your script
Uncomment line 26
If your inbound email action condition is getting satisfied and no error in script then it should work
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader