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 JSON data to ServiceNow

sailesh1
Tera Contributor

Hi

I have set of data in JSON format which I get through Outbound REST message

I need to map this data into the table i built

Can you please advise me how to do this ? with a transform map script

 

Regards

Sailesh

2 REPLIES 2

Bellabdaoui You
Kilo Explorer

Hi

You can now import JSON using JSON Data Sources. To create a JSON data source, set the Type to File and the Format to JSON. Similar to XML Data Sources, you will need to specify a Path that indicates which part of the JSON object to treat as a row of data

You can check here to refer https://docs.servicenow.com/bundle/newyork-platform-administration/page/administer/import-sets/refer...

Regards

Youssef 

Hi

Thanks for the answer

Can you please share an example on how to get the rows