Update a single variable after the RITM submitted before creating catalog task
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
Hi All,
I would like to implement a logic in Flow Designer where, upon submitting a request, a specific variable is dynamically updated based on the location of the user (i.e., the value of u_requested_for.location). This updated value should then be captured in a variable and reflected in the associated Catalog Task.
need to implement the below code in flow designer. Please refer the below attachments and help me how to implement that step.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
There isn't a flow action OOTB to allow you to set the value of a flow variable. You'll need to create a custom action for this
Set Value of a Catalog Variable at Flow Designer - ServiceNow Community
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
there is not OOTB Flow action to update RITM variable
2 approaches
1) use custom flow action for this, see below link response from Dirk
How to update variables in RITM using Flow Designer?
OR
2) update the variable directly using Lookup and Update
sc_item_option_mtom table stores all the variable associated with RITM, you can use lookup action in flow designer and can update the variables value in "sc_item_option"
Something like this
💡 If my response helped, please mark it as correct ✅ and close the thread 🔒— this helps future readers find the solution faster! 🙏
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hope you are doing good.
Did my reply answer your question?
💡 If my response helped, please mark it as correct ✅ and close the thread 🔒— this helps future readers find the solution faster! 🙏
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
