Hello, I'm trying to build a PA flow that will extract data from emails and deliver this data via email. My current solution looks something like this and uses index numbers to split data from specific lines.

This works fine with a single recipient, but the problem I run into is that if there are multiple recipients, additional lines are created which throws everything out of wack. The incoming mail uses a standard format (see attachment) which only deviates when additional recipients are added.
Does anyone know how I can create a flow that will specifically pull the data for Sender: , Subject: , and Recipients: so that they can be referenced in a compose email action?