A Consultant is loading Campaign Members into Salesforce. The CSV contains Contact IDs and Campaign IDs. Some rows fail with a 'Entity failed validation' error. What is the most likely cause?
A Contact or Lead can only exist once per Campaign, causing duplicate membership inserts to fail.
Why this answer
Campaign Members have unique constraints; attempting to insert a duplicate Contact/Lead into the same Campaign will trigger validation or database errors.