Syntax STRIP_HTML(text)Examples Example 1Input{ "my_action": { "message": "<p>Hello <br /><strong>World!</strong></p>" } }FormulaSTRIP_HTML(my_action.message)Output"Hello World!"