In the inbound email action, how to map the target field to created incident into ServiceNow.

mania
Tera Contributor

Hi,

In the inbound email action, how to map the target field to created incident into ServiceNow.

Can anyone please help on this. It will be helpful.

 

mania_0-1706782265458.png

 

Thanks in Advance!

3 REPLIES 3

Community Alums
Not applicable

Hi Mania,

Did you try adding the incident number to the subject line?

Because it works based on subject line.

Sonam_Tiwari
Kilo Sage

In your inbound email action script

You can include

 

 

sys_email.target_table = "incident";
sys_email.instance = <your incident's sys ID>; // this sets the target

 

Consider indicating the response as helpful and marking it as correct if it meets your needs.

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @mania 

You can do like this 

LearnNGrowAtul_0-1706799141523.png

 

or in Record producer like

LearnNGrowAtul_1-1706799190746.png

 

*************************************************************************************************************
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]

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