How to call CMDB IRE when creating CI using Flow?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2024 02:30 AM - edited 09-19-2024 12:54 AM
We have built catalog items and it has variables like Name, serial number, OS, RAM etc. Once the user submits it the catalog item, the FLOW will get executed and creates/updates the CMDB.
We dont want to give direct/write access to CMDB tables and we have DECIDED to go with this approach.
Now, to avoid the duplicates, we need to make use of the CMDB IRE in the FLOW. How to do it?
Looking for steps to implement the same.
Thanks in advance!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2024 09:10 AM
@Sandeep90 Doing it via FLOW is not possible?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2024 02:43 AM
Anyone?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2024 04:59 AM
Hello Suggy, please consider my reply above: Re: How to call CMDB IRE when creating CI using Fl... - ServiceNow Community
Hope it helps!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2024 10:41 AM
Hi @Samuel von Hofs Data Stream Actions is used to send REST or SOAP requests from Flow Designer to APIs that return responses of larger size. My use case is very much different. I need to use the data from the variables submitted by the user in the portal (catalog item)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2024 05:30 AM
Anyone