Re: ** HELP ** NEED TO EXTRACT TEXT FROM HTML EMAIL
Hi @sbruk89.
Here is the updated version of the flow. It will extract the bandwidth & trim 'MDF ID' field text. I have manually changed some value by appending "b end" to test the flow as those fields are also present in 'A end' section.
Pls replace "Manually trigger a flow" trigger action with when an email arrives and pass the html of email body so that flow will extract fields values for all received emails.

Add some filters in above action so that flow will trigger for the relevant email only else it will trigger for all incoming emails.

Expression used in above screenshot:
@{triggerOutputs()?['body']?['body']}
You can just copy & paste this expression in compose textbox.
If this helps & solves your problem, please remember to give a 👍 and accept my solution as it will help others in the future.
Thanks