Copying variable values of RITM to a record Producer via UI Action
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2025 02:43 AM
Hi All,
I have a requirement to create a button on RITM form that converts the current RITM to an Incident.
I am trying to redirect the UI action to a record producer as below
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2025 11:35 AM
The alert does not even pop up
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2025 11:57 AM
Hi,
Alert does not return any value
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2025 06:56 PM
so it means redirection is not working.
is it getting redirected?
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
02-27-2025 07:59 AM
I've faced a similar issue when trying to copy variable values from an RITM to a Record Producer via the UI. In my case, I had trouble ensuring that all variables were correctly mapped and populated without breaking the workflow. One workaround I found was using a script in the Record Producer to retrieve the variables dynamically from the RITM, but it required some adjustments depending on the variable type.
Did you manage to find a reliable solution for this? I'd be interested in hearing how you approached it!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2025 12:12 PM
@Ian Leu @Jochen Geist @sachinbhasin11 can you help please?