Description
Converts a string formatted as Rich Text the corresponding plain text
Syntax
RichTextToPlainText(<sourcetext>)
Arguments
Argument | Type | Description | Optional |
---|---|---|---|
sourcetext | text | Contains text formatted as rich text | No |
Returns
Plain text representation of sourcetext
Examples
Expression: | RichTextToPlainText([Source.Notes]) |
Returns: | Plain text equivalent of value in Notes field. |