Skip to main content

Hi All,  I came across the limitation of Rich text field in Salesforce Einstein which can be imported to Einstein but will show all the HTML tags. Please help me know if anyone has implemented some logic for "Rich text fields" so that they are displayed correctly with all formatting included or atleast without any visible html formatting tags in the text.  Idea link: https://trailblazer.salesforce.com/ideaView?id=0873A000000U3NnQAK  I want to implement some regular expression in compute expression which will replace all the HTML tags. I tried few formulas but it did not work. When I try with only single tags it works but Its is not possible to have formula for every single tags in compute expression. Please help.@Ed Mengel @Anirudh Sridhar @Johan Yu @* CRM Analytics (fka Tableau CRM) * 

 Example:  I have description field as Rich text area field  Works:  case when 'Description' matches "<p>" then replace('Description',"<p>"," ") else 'Description' end  Doesnot work: replace('Description',('<[^>]+>',' ')   Thanks Gayatri

10 answers
0/9000