- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2023 02:16 AM
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2023 02:20 AM
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?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2023 02:20 AM
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?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2023 02:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2023 02:56 AM
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
If my answer is helpful Please mark it as Correct.