I have a flow that is reading an email and parsing the content to take action.
When converting from HTML to text, power automate is adding an extra '\n' when there is a space in the line (col 80).
This '\n' is splitting a single line into 2. How to prevent this from happening.
Thanks