How to map configuration item on RITM based on selection of variable on the catalog form?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2022 08:39 PM
How to map configuration item on RITM based on selection of variable on the catalog form?
- Labels:
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2022 08:42 PM
Hi,
you can use workflow run script
I assume your variable refers to cmdb_ci table
current.configuration_item = current.variables.variableName; // give correct variable name
Regards
Ankur
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-08-2022 08:47 PM
variable is not refer to cmdb table. but on selection of variable value we need to map values on Configuration Item field on RITM. and I'm using flowdesigner
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2022 09:27 PM
Hi,
variable is of what type?
when should the value be mapped and how?
Regards
Ankur
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-08-2022 08:59 PM
Hi
Please try to article Hope this helps:
Access RITM Variables using Flow Designer
Thanks
RS