- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2025 07:31 PM
When submit a request, the Requested by in the RITM and Catalog task is not populating.
Requested by should be same as Opened by
I tried to add if condition in the flow
Requested by is empty
Update Record
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2025 12:40 AM
I don't know why you created a new custom field on RITM but update it with this
Trigger -> Service Catalog -> Requested Item Record -> Requested For
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-26-2025 07:55 PM
Is the IF condition getting satisfied?
Requested by is not OOB field, is that a custom one you built on RITM table?
Is it referring to sys_user? If yes then it should work
You are setting it with Opened by with which 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-27-2025 12:05 AM
Hi @Ankur Bawiskar
Requested by (u_requested_by) is referring to the sys_user table.
This the settings in flow.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2025 12:37 AM
@Merza Lyn can you share the flow activity [Update requested item record] executions details for the above mentioned RITM.
--
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2025 12:40 AM
I don't know why you created a new custom field on RITM but update it with this
Trigger -> Service Catalog -> Requested Item Record -> Requested For
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