Hello all,
I've ran into a bit of a problem with my flow.
I'm currently using it as it is, but it would be nice if it wasn't sending those doubled approvals and emails

Basically everything below/above the red comment boxes is running fine.
The problem is that I cannot get data out of the approvals unless it's in an apply to each loop. I can use the Outcome for my if conditions and that's fine, but the comment in the approval for example cannot be added to an email or another approval after this. And this is a requirement here.
I have the exact same flow running in parallel to this one, but in the 1st approval there's only 1 person who needs to approve. Not 2. That's the only difference. I have no such issues there.
Can anyone suggest a better way to handle this? Or maybe something I'm missing?
The only thing I could think of is if I add he person from the 2nd approval to the 1st.
This way there's only one approval with "everyone must approve" condition but I lose the option for the comments from the 1st approval shared with the requester or with the 2nd approver. They all see the same thing.
I read somewhere that I can use a first() expression, but I'm not sure if that will work in my case.
I'll be thankful if someone can give me some ideas.