Strip HTML tags from text
Removes all HTML tags from a string. Useful for cleaning email body or description text before saving to a field.
Removes all HTML tags from a string. Useful for cleaning email body or description text before saving to a field.
What input parameters does the robot accept?
| Parameter | Type | Required? | Default |
|---|---|---|---|
| Source string | string | yes | |
| Decode HTML entities (& → &) | bool | — |
What does the robot return?
| Parameter | Type |
|---|---|
| Cleaned text | string |