How to call CMDB IRE when creating CI using Flow?

Suggy
Giga Sage

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!!!

22 REPLIES 22

@Sandeep90  Doing it via FLOW is not possible?

Suggy
Giga Sage

Anyone?

Hello Suggy, please consider my reply above: Re: How to call CMDB IRE when creating CI using Fl... - ServiceNow Community

Hope it helps!

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)

Suggy
Giga Sage

Anyone