I am getting following output string from my 'Html to text' action:
\r\n\r\nWe are done\r\n\r\n\r\n
How do I remove the leading and trailing \r\n\r\n from this string?
Here is my flow

I am getting following output string from my 'Html to text' action:
\r\n\r\nWe are done\r\n\r\n\r\n
How do I remove the leading and trailing \r\n\r\n from this string?
Here is my flow
Hi @Anonymous
Please try the below using replace expression.
The expression I used above is as follows: