after html to text I get ...
Membership Number: 123456789
Application Reference: hshshshshshshshsh
EMPLOYER
Name: Fred Bloggs LIMITED
if I add a compose with an expression split(body('Html_to_text'),'\n\n')
the output is the same ?
Raw input
"Membership Number: 123456789\n\nApplication Reference: hshshshshshshshsh\n\n\nEMPLOYER\n\nName: Fred Bloggs LIMITED\n\n"
Raw Ouput
"Membership Number: 123456789\n\nApplication Reference: hshshshshshshshsh\n\n\nEMPLOYER\n\nName: Fred Bloggs LIMITED\n\n"
What am I doing wrong ?