- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2025 05:58 AM
Hello Team,
I created a new Catalogue Item and used one existing variable set to set request information and I need to set the same requested for on request requested for field what I am choosing on Catalogue item but in my catalogue item it's setting logged in user as requested for and same variable set is setting the right value on another catalogue item, I created a flow designer and in the log correct requested for is showing :
I am not sure what is going wrong here and why correct value is not updating and how we can fix this issue ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2025 06:15 AM
requested_for field on REQ will always be populated with logged in user because of the way how dictionary is configured, because of the default value as logged in user
You can use "Update Record" flow action to update the Request->Requested For with the variable using "Get Catalog Variables" flow action
Like this, I didn't select any reference variable so I didn't see that, but you can select your variable (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
10-07-2025 07:20 AM
I accepted thank you so much, one more question related to Flow Designer only -
this workflow has different task creation as per different conditions, in the attached screenshot I am trying to put a condition if all SCTASKs are closed, request should be closed but in if condition I am not able to put task state all together, one of the tasks is grade out, how I can achieve it?
