- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-01-2022 07:44 AM
Unable to populate the staging table using InsertMultiple Import Set API.
Rows are generating in the table but no field is populating in the system
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-02-2022 12:31 AM
Hi,
As Tony said we need the details to the correct answer
Check the below link looks like it's similar issue
https://community.servicenow.com/community?id=community_question&sys_id=d416b7a01b3b3090d01143f6fe4bcbae
Please Mark the answer if correct/helpful , if it helps
Thanks
Chandu Telu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-25-2022 07:02 AM
This link is now unavailable, does anyone know what the solution is or can link to another post, I feel like this is becoming an increasing issue on the community site.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-12-2023 01:04 AM
Had the same issue, but unlike the normal POST, the insertMultiple uses column labels instead of names in the JSON. By creating a record in sys_rest_insert_multiple this can be changed. The documentation mentions it, but it is easy to look over.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-08-2023 10:57 AM
Thanks, this answer helped me. I created a record in the 'sys_rest_insert_multiple' table, and added a record to use the column name in the Column mappings related list
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-23-2023 09:15 PM
This worked for me also. Thanks.