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

Viraj Hudlikar
Tera Sage
Tera Sage

Hello @manju12 

 

Refer this link for more understanding on same. 
Using Import Sets for REST Integration in ServiceNow - ServiceNow Guru

 

If my response has helped you, hit the helpful button, and if your concern is solved, do mark my response as correct.

 

Thanks & Regards
Viraj Hudlikar.

Renat Akhmedov
Tera Guru

Hi @manju12,

To move data from a staging (import set) table into a target table using a Transform Map and the Import Set API, you generally need three parts:

1. Import Set table (staging table) – usually u_xxx_import or system-generated u_<source>_import.

2. Transform Map – defines how fields from the staging table map to the target table.

3. Import Set API – to load data into the import set table and optionally trigger the transform.

I hope it helps. If my answer was helpful, please don’t hesitate to give it a thumbs-up - it only takes a second, but it means a lot to me. Thank you!

Best regards,
Renat Akhmedov