Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

Rest Integration

samadam
Mega Sage

I have a requirement to connect to an external system get all the data and load to a import table and eventually doo a transform map. What is the best way to accomplish this? How can I import all the data into a temp table?

2 REPLIES 2

John Constant
Tera Expert

Do you need to create the transform map? If you can just download the records and save them to the table, the complexity of your problem might be reduced considerably.

Yes, I have to create a transform map.