Mail content is getting trimmed after copying it to the target recordDescriptionMail content is getting trimmed after copying it to the target record. Release or EnvironmentAll releasesCauseIt is due to the default size allowed for activity formatter. The default size allowed for activity formatter is 102400 bytes.When we copy more than 102400 bytes into the activity formatter then it hides the information and the whole data will not be shown even if we click on the "see all text" link. ResolutionPlease add the system property "glide.max_activity_size" set the value according to the size of the data which you are attaching. Please check the below documentation for more information. Configure the max activity size property The default size for an activity is 100 * 1024, which causes large amounts of content to be hidden in the Activity Formatter. You can change the default value by adding the glide.max_activity_size property.Name: glide.max_activity_sizeType : IntegerDefault Value:102400