Sending email in flow design

abhisek
Tera Contributor

I am using send email activity in the flow design. It is sending email, but subject is not populating properly.

Subject is

[${variables.asset_id} & ${variables.asset_name}] $number

 

Can anyone please help me out.

Thanks in advance.

 

Regards,

Abhisek Chattaraj.

 

1 ACCEPTED SOLUTION

Ankur Bawiskar
Tera Patron
Tera Patron

@abhisek  

share screenshot for that flow step/action

why not use Get Catalog Variables Action and then replace the variable placeholder in the email subject using data pill?

 

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

View solution in original post

3 REPLIES 3

Ankur Bawiskar
Tera Patron
Tera Patron

@abhisek  

share screenshot for that flow step/action

why not use Get Catalog Variables Action and then replace the variable placeholder in the email subject using data pill?

 

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

Hi @Ankur Bawiskar 

 

Thanks a lot, it is working.

 

Regards,

Abhisek Chattaraj.

priyasunku
Kilo Sage

Hi @abhisek  

 

There is an option to write a script if you need dynamic subject you can write the code there and get the values

 

priyasunku_0-1695722133236.png

 

If my answer is helpful Please mark it as Correct.