I am creating a workflow that sends an email to someone when a specified field is changed. The error occurs when I click "Save and Close" after setting the email properties. It happens no matter who the "To:" or "From:" are
set to. At first I thought it might be because I had "Start when:" set to the same thing as the Check condition I had, but I tried it both ways, just using a Check condition and just using the "Start when:" Below are screenshots and the
error message.


Error message:
Unhandled Exception: System.ServiceModel.FaultException`1[[Microsoft.Xrm.Sdk.OrganizationServiceFault, Microsoft.Xrm.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]: System.Xml.XmlException: Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support: #EEAAFF0EDetail:
<OrganizationServiceFault xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/xrm/2011/Contracts">
<ErrorCode>-2147220970</ErrorCode>
<ErrorDetails xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.Collections.Generic" />
<Message>System.Xml.XmlException: Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support: #EEAAFF0E</Message>
<Timestamp>2014-07-23T16:05:05.0634867Z</Timestamp>
<InnerFault i:nil="true" />
<TraceText i:nil="true" />
</OrganizationServiceFault>
Any ideas whats going wrong?