<turbo-stream action="update" target="wiki_card"><template>

<h1>E2120 Invalid Email Address</h1>
<div class="trix-content"><p>This is pretty self-explanatory, but Salesforce actually has its own method for calculating whether an email address is 'invalid' or 'valid', and Salesforce has judged that these records fall into the Invalid category.</p><p>&nbsp;The error message would be the following:</p><p><strong>E2120 - ECE_SForceDataError: We got an error back from SalesForce when trying to update or insert data in SalesForce: Error returned from SFDC on upsert: [fields: Customer_Email__c , message: Customer Email: invalid email address: 1 , statusCode: INVALID_EMAIL_ADDRESS ].</strong></p><p>The most common cause is bad data such as : spaces in email addresses e.g. "test@ test.com", multiple @ symbols e.g. "test@test@test.com" or invalid characters such as commas e.g. "test@test,com". Make sure you clean up the email addresses before attempting to Insert / Update them into Salesforce.</p><p>&nbsp;One way to fix this within RAPIDI is to update your current mapping and add the <a href="https://wiki.myrapidi.com/wiki/isemail">ISEMAIL formula</a> and filter out any bad data when the records are transferred from your source system to Salesforce.&nbsp;</p></div>
</template></turbo-stream>

