I have a flow that gets e-mails from my inbox and extracts the string from between two hashtags in the body of the e-mail. I then use that string to save the e-mail to Sharepoint as a .eml file.
I have noticed that sometimes, the filename includes HTML markup, such as this: __span__span style=_font-size_8px__
I could use a replace function in the expression, but that would only work for that specific string of text.
Is there a way to remove all HTML markup from the body of the e-mail that is used as input for my compose action?