
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2025 02:47 PM - edited 03-12-2025 02:48 PM
Hi,
I created flow variable so I can use it to display user name in the description field. However I am getting nothing.
This is how i set it up:
this is the result (I am getting the email but not the name):
thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2025 06:26 AM
I could see it doesn't work
Use Lookup Record on sys_user within your for each with condition as
SysId == For Each->MRVS->User
Then use output from Lookup Record and dot walk to Name field in next step
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-13-2025 06:37 AM
It works now. Thanks for your help!!!!!