Converting rich text to plain text

Hi there,

I have a load of docs that I am exporting from a database and they contain rich text fields. I want to populate the export field with a plain text version of these fields (so that it’s stripped of the formatting). Is there an easy way to do this? Preferably using formula, but any method would be great!

Thanks!

Alex

Subject: Converting rich text to plain text

Hi Alex

If you have only texts in your rich text fields then you can use @Text(RichTextFieldName) to get the text out of it. Otherwise if you have attachments also, then @Text(RichTextFieldName) will give you only the text portion and not other contents. You can try this.

Regards

Gayatri Gouda