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.

Integration Hub Data Import Error

Rahul Gupta3
Kilo Explorer

I am trying to synchronize a table in two SNOW instances(same Version New York), for that I am using integrationhub, Firstly I created a Data Source Action in Flow designer and published it and then created a Data Source with type as REST, but When I trying to load the records its giving an error "No fields provided for mapping to headers"

find_real_file.png

5 REPLIES 5

Sukraj Raikhraj
Kilo Sage

Usually the first row contains all the column header details , there must be an option to ignore it.

1_13
Kilo Explorer

I dont see any option to ignore Header. Could you please help

Kim Sullivan
Tera Guru

I'm having the same issue - anyone find a solution?

garylfry
Tera Contributor

You will need to adjust the "Path for Each Row" value to the xpath needed for your return results.  For example the following JSON Result:

{"results":

[

{

"Field1": 4,

"Field2": "test"

},

{

"Field1": 6,

"Field2": "test"

}

]

The "Path for Each Row" value would be /results/*