AsText

The AsText() returns a rich text as plain text, including all HTML tags as normal and visible text.

This function is NOT SQL compatible. For more information about SQL compatibility, see our documentation.

Syntax

AsText(text)

AsText(RichText("<html><body>Welcome</body></html>")) => "<html><body>Welcome</body></html>"

AsText("Welcome") => "Welcome"

AsText() => Invalid expression

Parameters

Name
Type
Required
Description

text

text

☑️

a HTML text

Last updated

Was this helpful?