Inbound emai action creating Incident but unable to see it on the table

Sundar akula
Tera Contributor

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 runInbound Action when to runEmail script for creating new recordEmail script for creating new recordEmail log showing Incident CreatedEmail log showing Incident CreatedWhen I check No incident is visibleWhen I check No incident is visiblehave configured

1 ACCEPTED SOLUTION

Ankur Bawiskar
Tera Patron
Tera Patron

@Sundar akula 

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.

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

View solution in original post

5 REPLIES 5

Viraj Hudlikar
Giga Sage

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.

The Target Field is not getting populated. Any suggestionsTarget Field is emptyTarget Field is emptySearched with Incident Number No luckSearched with Incident Number No luckLog  shows Incident is createdLog shows Incident is created

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @Sundar akula 

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]

****************************************************************************************************************

Ankur Bawiskar
Tera Patron
Tera Patron

@Sundar akula 

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.

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