Hello - I've been using this flow for quite some time now but when I am creating a new flow for different process using the same activities it didn't work.
- When a new email arrives in a shared mailbox
- Html to text - the content is the "Body" of the email.
- Initialize variable - EnterKey
- Compose - SplitBodyToText
- split(body('Html_to_text'),variables('EnterKey'))
The problem here it is not splitting. it looks like a paragraph. I see "\n\n" these characters.