Forum Discussion
Gilbert Okello
May 09, 2017Iron Contributor
How to remove html characters when copying Email content to SharePoint List
I have a flow which copies Email content (Body) into a SharePoint list field (multiple lines text). The content gets copied with html tags. How can i remove the html tags? The content below wa...
Gilbert Okello
May 12, 2017Iron Contributor
Thanks Mikael Svenson. I realized that using Enhanced Rich Text as the field type works.
Juliana Mate
Sep 11, 2018Copper Contributor
I am trying to do a similar thing with the body of an email, but I'm not sure if the same settings for email, not Sharepoint. I don't see a Enhanced Rich Text option, but I'm new to flow, so not sure if I just don't know where to look. See screenshot for the problematic body text.
Body: <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta content="text/html; charset=us-ascii">
</head>
<body>
text
</body>
</html>