Incident template
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2025 02:13 AM - edited 03-25-2025 07:44 AM
Can we get any field value from the incident form on additional comments field through the template? I created a few templates for reminders and added content but need to fetch assigned to person name in additional comment field. How can we achieve that?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2025 02:55 AM
Hi,
please change the code to below and try
${assigned_to}
if this helps you please mark correct
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2025 04:28 AM
you cannot access field value using that syntax in template value
Templates are meant to set static value
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2025 11:37 PM
Thanks for response