Hello,
Could anyone assist, I found this great article which had the following expression, to parse email text and its worked a treat on the majority of the email body.
trim(Split(Split(body('Html_to_text'), 'ENGINEER SIGN OFF SHEET')[1], 'Has')[0])
Result it generates the following output
LINE 1
space
LINE 2
space
LINE 3
space
LINE 4
How do I get it to remove the space from the output?
Many thanks in advance 🙂