How to auto populate incident description field with Email body upon incident creation from Email?

JordyZ
Mega Sage

Hi,

 

I'd like the description field of the incident form to be auto populated based on the body of the email which the incident is created from.

 

How do I go about this?

 

Thanks in advance.

1 ACCEPTED SOLUTION

priyasunku
Kilo Sage

Hi @JordyZ 

 

you can write below code in inbound email 

 

current.description = email.body_text;

 

If my answer solved your issue, please mark my answer as Correct & 👍Helpful

View solution in original post

15 REPLIES 15

shivangi k
Kilo Sage

Hi @JordyZ ,

 

1. This can help to get know about all fields of inbound action:

https://docs.servicenow.com/bundle/rome-servicenow-platform/page/administer/notification/task/t_Crea...

 

Please mark helpful and accept solution if it helped you.

 

Regards,