Import 3rd party data into CMDB via Flow Designer and IRE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-16-2022 06:39 AM
Hi,
I want to import hardware data from a 3rd party and import that into the CMDB (cmdb_ci_computer) table of ServiceNow. For this I am using IntegrationHub in Flow Designer. I have created a REST call to the 3rd party application and used the JSON parser to parse the incoming data. The challenge for me now is to really import and transform the data to the target table (cmdb_ci_computer). I have read that the best approach is to use the IRE (Identification and Reconciliation) module. Does anyone have done this already or give me some best practices how to do this within Flow Designer?
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-07-2022 03:58 AM
Hi @Chris
I think you can use the "Name/Values" input type available in the "Action Input" [screenshot for reference]
ServiceNow Consultant
United Kingdom

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-16-2022 09:26 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-16-2022 09:32 AM
You can use "Create Record" or "Update Record" and select "Computer [cmdb_ci_computer]" and fields accordingly. Flow Designer allows transform functions if you want to do it via Flow Designer.
You can check out Integration Hub Import - https://docs.servicenow.com/bundle/rome-servicenow-platform/page/administer/integrationhub/concept/integrationhub-imports.html to run ETL.