I have spent the better part of a day trying to beat this thing into submission.
Here is what I have.
I get an email that a bunch of data in it.

LBR: 0.2%
DEL: 4
Deliv Pct: 38.6%
On Runs: 3
Employee Punch-In Overridden: 8
Load Time: -1.0
Net: $3,538.63
Last WK: $4,510.22
LW%: -21.5%
'20: $4,338.81
'20%: -18.4%
ADT: 27.6
Order Load Time: 4.7
OTD: 13.3
Current Hr: 21714
UNM: 4
#Pies: 12
Returning: 1
LBR: 14.3%
Queued Items: -1
Past 1st Shift: -1
NoDeliv Waiting: 19
Non-pizza unmade: 2
Order Length: 1:39
Order Expedited Time: 0.0
Load: 6.2
In store: 28
Open: 30
Oven Items Hr: 0
7:13 pm:
WEB: 17
Voided Orders: 0
Voided Items: 0
Voided Amount: $0.00
I have tried my best to get this into some sort of usable format to be able to pull parts out of it for an excel sheet that I want to build. This email comes to me about every 15 min.
I have made this flow.

The first expression is like this:
first(skip(split(first(split(body('Html_to_text'),'Queued Items: ')),'LBR'),1))
However, this return all of this....

You can see at the bottom that the "Returning: 1" is just above the data that I want.

But I figured that may have something to do with the other "LBR" that is found at the top of the data.
Ok, so I took a different approach and tried this expression in hopes that I could change the spaces for "," and try and to a text to column sort of thing using a macro.
replace(outputs('Html_to_text')?['body'], ' ',',')

But guess what, you can't do a text to columns with a macro. 🤣
Now I had another thought and maybe I could somehow take the text from the HTML to text part and create a CVS. But I haven't been able to figure a way of doing that. I tried this, but I get an error.

Do you have any suggestions on how best to do this?
Thank you for your help.
Chip