Hi,
I created a custom list for the template
Send an email when a new item is created in SharePoint.
The entries in the list are OK.
The flow works, but in the email there is html code!?
<div class="ExternalClass36ED17890C4C4F1E8F318A0E52BD95DB">Dies ist die Nachricht<span id="ms-rterangecursor-start"></span><span id="ms-rterangecursor-end"></span><br></div>
How can I avoid this or what do I need to change?
Solved! Go to Solution.
Hi @olafn,
Could you please share a screenshot of your flow's configuration?
Could you please share more details about your SharePoint list?
Is the html code existed in the Body of your email?
I have reproduced your issue on my side, I created a SharePoint list on my side and the data structure of it as below:Note: The Description column is a Multiple lines of text type column in my SharePoint list.
If I include the Description dynamic content from the trigger into the email body, the received email would be shown up as below (the issue that you mentioned):
You could consider take a try to solve your problem with the following two solutions:
1. Set Is HTML field of the "Send an email" action to Yes.The flow works successfully as below:
2. Add a "HTML to text" action to convert the HTML code into plain text:
The flow works successfully as below:
Best regards,
Kris
many thanks, it works now!
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Announcing a new way to share your feedback with the Power Automate Team.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
4 | |
4 | |
3 | |
2 | |
2 |
User | Count |
---|---|
14 | |
12 | |
8 | |
7 | |
6 |