We are using a Form with several Rich Text fields, and storing the variables from the Form in a SQL database for reporting purposes. While the rich text is great for the Form itself and for the user experience, when it gets captured as a variable in Workflow it's full of HTML tags, which is obviously not great for readability.
Does anyone have any ideas on how I could strip out the HTML elements so that they don't appear in our reports? We are using version 10.4
Example:
Becomes:
There was a thing that happened that was worthy of an incident report. Here are some bullet points to illustrate my meaning:<p></p> <div><ul><li>Point A</li><li>Point B, which is not much different than Point A</li></ul><div><br></div></div><div><b>This statement is in bold</b></div><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px"><div><i>This statement is in italics, <u>and indented</u></i></div></blockquote>