Short Answer
The import file did not include matching identifiers.
Why This Happens
Without a matching ID or key, the system treats rows as new records instead of updates.
What You Can Do
- Confirm required ID fields are included
- Validate the import template
- Review import error logs
Updated