Skip to content

Commit 4819f9c

Browse files
authored
minor edit
1 parent 2961afd commit 4819f9c

1 file changed

Lines changed: 18 additions & 6 deletions

File tree

support/dynamics-365/customer-service/email/email-template-context-loading-out-of-order.md

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,35 +2,47 @@
22
title: Email Template Context Loading Out of Order
33
description: Solves an issue where the email template context doesn't appear in the correct order in Microsoft Dynamics 365 Customer Service.
44
author: Yerragovula
5+
56
ms.author: srreddy
7+
68
ms.reviewer: Meghgupta
9+
10+
11+
ms.reviewer: Meghgupta
12+
713
ai-usage: ai-assisted
814
ms.date: 04/10/2025
915
ms.custom: sap:E-Mail, DFM
1016
---
1117
# Email template context loads out of order in Dynamics 365 Customer Service
1218

1319
This article solves an issue where the email template context loads out of order, particularly impacting content with bullet points in Dynamics 365 Customer Service.
14-
20+
You may encounter the following issues when using [email templates](/power-apps/user/email-template-create) in Dynamics 365 Customer Service:
1521
## Symptoms
22+
23+
24+
You may encounter the following issues when using [email templates](/power-apps/user/email-template-create) in Dynamics 365 Customer Service:
1625

17-
You may encounter the following issues when using [email templates](/power-apps/user/email-template-create) in Dynamics 365 Customer Service:
1826

1927
- The email template content doesn't appear in the correct order.
2028
- Bullet points within the email template are particularly affected, with content being misaligned or rearranged.
2129

2230
## Cause
2331

24-
The issue occurs due to invisible characters embedded in the HTML code of the email template. These characters are often found around the bullet points and interfere with the proper rendering of the template context.
32+
To troubleshoot this issue, follow these steps:
2533

34+
2635
## Resolution
2736

28-
To troubleshoot this issue, follow these steps:
37+
To troubleshoot this issue, follow these steps:
2938

30-
1. Create a new email template and gradually test sections of the original template content to identify the problematic portion.
3139

40+
1. Create a new email template and gradually test sections of the original template content to identify the problematic portion.
41+
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). 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.
42+
3243
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.
3344

3445
3. Remove spaces or unnecessary formatting between the lines in the affected template content.
3546

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.
47+
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.
48+

0 commit comments

Comments
 (0)