Subject Person email id not visible in now mobile
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2024 01:27 AM
We are trying to access subject person's email address as ${parent.subject_person.email} in the global description field of the HR Template. Email is visible in portal but in now mobile it is showing as ${parent.subject_person.email}.
Please let me know if you have came across this issue.
Thanks in advance......

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2024 02:53 AM
@nikitajos04 This looks like more of a limitation of the Mobile app which couldn't translate the Template variables. You can check with ServiceNow support by raising a case to see if this can be addressed in someway. If not then probably you will have to create BR to replace these dynamic variables in description via a script.
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2024 07:07 AM
@Sandeep Rajput Sure, I will try and let you know. Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2024 07:49 AM
@Sandeep RajputIn the HR Template, there is one field named Global Description and it's type is Translated HTML. There we are trying to fetch subject person's email dynamically through dot-walking. In the screen field, we have given this global description field. Even if I create business rule, it will just update the description in the HR task right not in the global description of that template.
Is there some other way to fetch dynamic values?
Thanks in advance.....