Empty records are getting inserted while inserting multiple records via import set API.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2024 03:40 AM
Hello All,
I am trying to insert multiple records using import set API but records with empty data or fields values are getting inserted.
I have gone through community answers already but didn't get any exact solution.
Please help with exact root cause and solution.
- Labels:
-
Architect
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2024 02:17 AM
If you are using transform map to process the record from import set table to target table, check if you have any Field maps with Choice as "Create" which will create a new record if the values are not available.
Mark my answer if it resolves the issue,
Thanks
Gopinath

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2025 02:10 AM
Hello,
I just faced the exact same issue. The reason was that at the source system they did not specify correctly the headers. Instead of "Content-Type", they specified "Content Type"... We spent one day to figure out what was wrong. It was just a "dash" away 😅
Hope this helps!