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
Hello @Gayatri Sharma , @Addi Gevers ,
Is it ok if a you can share the exact requirement over a conf
I can check if there is any possible solutions that can happen. But in any case a limit of 1k characters will still be tagged
https://help.salesforce.com/s/articleView?id=sf.bi_limits.htm&type=5