Skip to main content
The Escape HTML action converts characters that could be interpreted as markup into HTML entities. Use it when inserting plain user-supplied text into an HTML string.

Inputs

Outputs

For example:
becomes:
The action escapes &, <, >, double quotes, and single quotes. It does not sanitize or validate an existing HTML document.