Email body in html field

Vikram3
Giga Guru

Hi all,

 

I have a flow designer where the trigger is inbound email. I'm creating a request after the trigger where I need to populate the email body in the description field and the subject in the short description. I used the data pill but it didn't work. I even tried the below script which didn't work either.

 

var ritmDesc = fd_data.trigger.email.body;
return ritmDesc;
 
Can anyone help here.
1 ACCEPTED SOLUTION

@Vikram3 

you are using it in wrong way

why are you using script for description?

you can simply set it like this as I shared yesterday

AnkurBawiskar_0-1741067944662.png

 

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

21 REPLIES 21

Ankur Bawiskar
Tera Patron
Tera Patron

@Vikram3 

did you print what came in ritmDesc in logs?

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

This is my trigger

Vikram3_0-1741012734250.png

and here's my action

Vikram3_1-1741012766819.png

Short description works well whereas the description is not. 

@Vikram3 

what came in flow context in run time?

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

@Ankur Bawiskar Short Description populated with email subject and the Description field is empty.