- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2024 04:22 AM
Sending a notification from Flow Designer. In Salutation like Dear {username},
I'm getting sys_id of the user, if I give it as "trigger_record.requested for"
And getting blank if I use "trigger_record.requested for.name"
I wanted to display it as "Dear FullName,"
For testing I added name, first name, last name, email id , requested for as below
The result is like this
How to fix this issue.
Thanks
Aruna
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2024 01:50 AM
Hi,
I have tried Notification instead of Email which was working fine now. Attaching the snips for others who are facing the issue.
Change the below "Send Email" to "Send Notification" and there tag your notification.
Note: Set 'Send When' to "Triggered" under When to Send section
Thanks for your time!!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2024 04:26 AM
@Aruna Sree Yela Did you check if the user with whom you are testing has name, first_name, last_name, email fields populated? Ideally, trigger_record.requested for.name should print the name of the user.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2024 04:29 AM
@Sandeep Rajput , Yes the user have those values

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2024 05:50 AM
@Aruna Sree Yela Looks like the reference to name/first_name or getting lost when the notification is triggered.
Could you please apply the string trim() transformation as follows on the name field and see if it works.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2024 04:34 AM
Please try mapping the variable as shown in snip below:
Thanks & Regards
Amit Verma
Please mark this response as correct and helpful if it assisted you with your question.