Hello-
I'm importing data from a SQL database that includes HTML tags. Here is an example:
NoteText="This is my first sentence. This is bold test
Second Line
new line
I'm looking for a way to utilize transforms and props OR regex in the search to remove any HTML tags and just display the data as such. I've used these methods for removing XML tags, but those were symmetrical and structured, I'm not familiar with how to do it for random tags throughout. Thanks!