Im struggling with a mail html to text flow. It works fine normally, but all of a sudden it is inserting a "\n" that shouldnt be there and comparing the   to the other lines where it does not do this does not reveal any differences to me that could cause this. I use the mailbody in html to text action.
538,00</p> results in => " 538,00\n\n"
528,00</p> results in => " \n 528,00\n\n"
i need the \n infront of 528,00 to go away.
they look exactly the same to me, so i can't figure out how to use something like replace() to fix this.
I can't just remove all   because i replace them later with / which i then use to split it into bits in powerquery.