Hello,
I built a flow and the outcome isn't completely what I expected.
Lemme explain, here's the full flow:

If yes
V

So this works.
The initial Forms where it's taken from is like this:

What I want is that if the user checks the "A créer" box (= "To be created") for lines 1 or 2, an email is sent to someone (person 1) / if the user checks "A créer" box for lines 3 or 4, a second email is sent to someone else (person 2).
I set up 2 Flows like the one above: one for lines 1 and 2 and one for lines 3 and 4.
I want the email to be sent to PERSON 1 only if one of the two first lines is checked (only box To be created). Same thing for the email for PERSON 2.
For instance, if the user only checks the first line, there should be an email to be send to PERSON 1, but no email to be send to PERSON 2.
Right now, an email is sent to Person 1 or 2 even if the dedicated lines don't have the "To be created" box checked. I don't want that.
How to do that?
I hope you'll be able to help me.