Hello everyone,
I have put together my first flow, which is supposed to transfer the values Test 1 to 4 from a test mail into an Excel file.
I followed the following tutorial: https://www.youtube.com/watch?v=OrCs36S3w3w
The flow looks like this:


Expressions for Test 1-4:
first(skip(split(first(split(body('Html_to_text'),'Test 1')),': '),1))
first(skip(split(first(split(body('Html_to_text'),'Test 2')),': '),1))
first(skip(split(first(split(body('Html_to_text'),'Test 3')),': '),1))
first(skip(split(first(split(body('Html_to_text'),'Test 4')),': '),1))
My Test Mail looks like this:
Unfortunately, the data is always transferred incorrectly, see screenshot.

Can anyone tell me why? I'm at a beginner Level but want to get better and better the next months. So Thank you very much for your help!