Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

I want to create data incrementally using robust import set transformers.

HS7
Giga Guru

Hi , I have a question about Robust import set transformer.

I'd like to transform data using Robust import set transformer.

I'd like to ultimately create the following data:

1. CI Registration

2. Network Adapter Registration
(Set the CI registered in step 1 in the configuration item field)

3. IP Address Registration
(Set the network adapter registered in step 2 in the NIC field,
and set the CI registered in step 1 in the configuration item field)

The import set table contains CI information and IP address information.

If I want to execute steps in the order of step 1 ⇒ step 2 ⇒ step 3, how should I configure the ETL and RTE?

2 REPLIES 2

Abbas_5
Tera Sage
Tera Sage

Hello @HS7,

Please refer to the links below:
https://www.servicenow.com/docs/bundle/zurich-integrate-applications/page/administer/import-sets/con...

https://www.youtube.com/watch?v=8B-mf3FmDfc

 

If it is helpful, please hit the thumbs-up button and accept the correct solution by referring to this solution in the future it will be e helpful to them.

 

Thanks & Regards,

Abbas Shaik

Hi@Abbas_5 

Thank you.

This only explains the basics.
It doesn't explain how to perform step-by-step mapping, such as registering a CI and then setting that registered CI as a configuration item field for a network adapter.
How can I set this up?