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.

Import set api

manju12
Tera Expert

Hi team,

 

How to pass the data from staging table to target table using transform map and  import set api ?

 

Thanks,

Manju

 

6 REPLIES 6

Ankur Bawiskar
Tera Patron
Tera Patron

@manju12 

you don't need to do anything.

Simply insert data into staging table, have transform map associated with this import set table with target table as your table where data is to be transformed.

Once data is inserted into staging table, transform map automatically kicks in and will transform your data.

💡 If my response helped, please mark it as correct and close the thread 🔒— this helps future readers find the solution faster! 🙏

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Hi Ankur,

 

Thank you. But how to trigger the staging table using import set API ? 

 

We have to trigger the staging table from import set API.

 

Thanks,

Manju

@manju12 

import set API will be consumed by 3rd party.

Why are you consuming it from within the instance?

this is how 3rd party will consume

check these

Using Import Sets for REST Integration in ServiceNow 

#3 Rest Inbound Integration| Import Set API - ServiceNow Integration with 3rd Party tool using Rest 

💡 If my response helped, please mark it as correct and close the thread 🔒— this helps future readers find the solution faster! 🙏

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @manju12 

 

Just get the data into the staging table, and the rest will be handled by the transform map. It’s basically an out-of-the-box platform feature

 

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************