You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: support/dynamics-365/customer-service/email/email-template-context-loading-out-of-order.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,9 @@
1
1
---
2
2
title: Email Template Context Loading Out of Order
3
3
description: Solves an issue where the email template context doesn't appear in the correct order in Microsoft Dynamics 365 Customer Service.
4
-
ms.reviewer: Megha
4
+
author: Yerragovula
5
+
ms.author: srreddy
6
+
ms.reviewer: Meghgupta
5
7
ai-usage: ai-assisted
6
8
ms.date: 04/10/2025
7
9
ms.custom: sap:E-Mail, DFM
@@ -12,7 +14,7 @@ This article solves an issue where the email template context loads out of order
12
14
13
15
## Symptoms
14
16
15
-
You may encounter the following issues when using email templates in Dynamics 365 Customer Service:
17
+
You may encounter the following issues when using [email templates](/power-apps/user/email-template-create) in Dynamics 365 Customer Service:
16
18
17
19
- The email template content doesn't appear in the correct order.
18
20
- Bullet points within the email template are particularly affected, with content being misaligned or rearranged.
@@ -23,12 +25,12 @@ The issue occurs due to invisible characters embedded in the HTML code of the em
23
25
24
26
## Resolution
25
27
26
-
To resolve this issue, follow these steps:
28
+
To troubleshoot this issue, follow these steps:
27
29
28
30
1. Create a new email template and gradually test sections of the original template content to identify the problematic portion.
29
31
30
32
2. Use an API to inspect and compare the HTML code of the email templates. Look for invisible characters in the HTML, particularly around the bullet point sections.
31
33
32
34
3. Remove spaces or unnecessary formatting between the lines in the affected template content.
33
35
34
-
If the issue persists, consider disabling the [Enable a modern RichTextEditor control experience and email descriptions](/power-apps/maker/model-driven-apps/rich-text-editor-control#enable-the-modern-rich-text-editor-experience-from-the-classic-experience) option. This setting can also be disabled for the entire organization via the [Setting definition](/power-apps/maker/data-platform/create-edit-configure-settings). Disabling it organization-wide will override the setting for all users.
36
+
If the issue persists, consider disabling the modern rich text editor experience by following the steps in [Revert from the modern rich text editor experience to the classic experience](/power-apps/maker/model-driven-apps/rich-text-editor-control#revert-from-the-modern-rich-text-editor-experience-to-the-classic-experience) option. This setting can also be disabled for the entire organization via the [Setting definition](/power-apps/maker/data-platform/create-edit-configure-settings). Disabling it organization-wide will override the setting for all users.
0 commit comments