<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: How to load rest api response into import set table? in Developer forum</title>
    <link>https://www.servicenow.com/community/developer-forum/how-to-load-rest-api-response-into-import-set-table/m-p/1394622#M51548</link>
    <description>&lt;P&gt;hello,&lt;/P&gt;
&lt;P&gt;how to mak transform map kick automatically after the update on&amp;nbsp; staging table?&lt;/P&gt;</description>
    <pubDate>Fri, 07 Feb 2020 11:09:06 GMT</pubDate>
    <dc:creator>adwitiya</dc:creator>
    <dc:date>2020-02-07T11:09:06Z</dc:date>
    <item>
      <title>How to load rest api response into import set table?</title>
      <link>https://www.servicenow.com/community/developer-forum/how-to-load-rest-api-response-into-import-set-table/m-p/1394616#M51542</link>
      <description>&lt;P&gt;I have a requirement to a call a third party rest API and load the data into ServiceNow custom table.&lt;/P&gt;
&lt;P&gt;Rest API returns bulk&amp;nbsp;data.&lt;/P&gt;
&lt;P&gt;I want to parse the data and load data into import sets table and run the transform maps to load the data to store in the actual table.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How do I create an import set table?&amp;nbsp;and if I insert the data using GildeRecord API&amp;nbsp;into import sets table would the transform map gets triggered?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jul 2018 16:02:33 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/how-to-load-rest-api-response-into-import-set-table/m-p/1394616#M51542</guid>
      <dc:creator>nthumma</dc:creator>
      <dc:date>2018-07-19T16:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to load rest api response into import set table?</title>
      <link>https://www.servicenow.com/community/developer-forum/how-to-load-rest-api-response-into-import-set-table/m-p/1394617#M51543</link>
      <description>&lt;P&gt;Hello Nthumma,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can create import set table web as mentioned in the below link.&lt;/P&gt;
&lt;P&gt;https://docs.servicenow.com/bundle/jakarta-platform-administration/page/administer/import-sets/concept/c_CreatingANewWebService.html&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To answer your second question, yes the transformation will kick off automatically the moment you insert a record in import set table via GlideRecord.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-Pradeep Sharma&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jul 2018 16:07:50 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/how-to-load-rest-api-response-into-import-set-table/m-p/1394617#M51543</guid>
      <dc:creator>Pradeep Sharma</dc:creator>
      <dc:date>2018-07-19T16:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to load rest api response into import set table?</title>
      <link>https://www.servicenow.com/community/developer-forum/how-to-load-rest-api-response-into-import-set-table/m-p/1394618#M51544</link>
      <description>&lt;P&gt;@Pradeep_Sharma,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for quick response, I will try out above method and keep you posted.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Update: it's all working, Thanks again.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jul 2018 16:21:27 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/how-to-load-rest-api-response-into-import-set-table/m-p/1394618#M51544</guid>
      <dc:creator>nthumma</dc:creator>
      <dc:date>2018-07-19T16:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to load rest api response into import set table?</title>
      <link>https://www.servicenow.com/community/developer-forum/how-to-load-rest-api-response-into-import-set-table/m-p/1394619#M51545</link>
      <description>&lt;P&gt;You are very welcome. Thanks for participating in the community!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-Pradeep Sharma&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jul 2018 16:53:01 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/how-to-load-rest-api-response-into-import-set-table/m-p/1394619#M51545</guid>
      <dc:creator>Pradeep Sharma</dc:creator>
      <dc:date>2018-07-19T16:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to load rest api response into import set table?</title>
      <link>https://www.servicenow.com/community/developer-forum/how-to-load-rest-api-response-into-import-set-table/m-p/1394620#M51546</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;I have the same question. I have the import set created per Pradeep instructions, but how did you get the REST API to put the JSON data into the import set so the transform map can process it? &amp;nbsp;Any help would be greatly appreciated.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Shelly&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Sep 2019 20:14:15 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/how-to-load-rest-api-response-into-import-set-table/m-p/1394620#M51546</guid>
      <dc:creator>shellypoeckes</dc:creator>
      <dc:date>2019-09-11T20:14:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to load rest api response into import set table?</title>
      <link>https://www.servicenow.com/community/developer-forum/how-to-load-rest-api-response-into-import-set-table/m-p/1394621#M51547</link>
      <description>&lt;P&gt;Hello Shelly, Are you still facing this problem. If yes, I have a solution to a similar type of requirement. Pleaase let me know if you still need help on this question...&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2019 11:27:45 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/how-to-load-rest-api-response-into-import-set-table/m-p/1394621#M51547</guid>
      <dc:creator>grr</dc:creator>
      <dc:date>2019-10-24T11:27:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to load rest api response into import set table?</title>
      <link>https://www.servicenow.com/community/developer-forum/how-to-load-rest-api-response-into-import-set-table/m-p/1394622#M51548</link>
      <description>&lt;P&gt;hello,&lt;/P&gt;
&lt;P&gt;how to mak transform map kick automatically after the update on&amp;nbsp; staging table?&lt;/P&gt;</description>
      <pubDate>Fri, 07 Feb 2020 11:09:06 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/how-to-load-rest-api-response-into-import-set-table/m-p/1394622#M51548</guid>
      <dc:creator>adwitiya</dc:creator>
      <dc:date>2020-02-07T11:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to load rest api response into import set table?</title>
      <link>https://www.servicenow.com/community/developer-forum/how-to-load-rest-api-response-into-import-set-table/m-p/1394623#M51549</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;BR /&gt;Did this issue resolved.Anyone reply.I also have same question to get&amp;nbsp; answered.Can anyone who knows it give me explanation ?&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Arjun.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jun 2020 06:36:58 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/how-to-load-rest-api-response-into-import-set-table/m-p/1394623#M51549</guid>
      <dc:creator>Arjun Yuva Teja</dc:creator>
      <dc:date>2020-06-05T06:36:58Z</dc:date>
    </item>
  </channel>
</rss>

