How to parse JSON response and put into staging table and using transform map put it into table
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-03-2024 05:19 AM
I am using Outbound REST Message GET method to pull the data from third party into ServiceNow.
How can I parse the JSON response and put it into Staging table and then run transform map on it to put that data into desired table?
I want to do above process using scheduled job as requirement is to pull data every 4 hours.
I am new to Integrations. All help is appreciated.
Thank you
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-03-2024 05:22 AM
@SNewbies Please refer to this tutorial https://www.learnnowlab.com/rest-integration/ to know step by step approach to call a REST API in ServiceNow.
Hope this helps.