Integration Hub Data Import Error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-22-2020 03:06 AM
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"

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-25-2020 05:55 PM
Usually the first row contains all the column header details , there must be an option to ignore it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-06-2020 05:02 PM
I dont see any option to ignore Header. Could you please help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-01-2020 08:02 AM
I'm having the same issue - anyone find a solution?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-27-2020 07:58 AM
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/*