Hello! So I'm trying to set up a system where a user can click an item in a Sharepoint list and send an email with a link to one of three people. I want the user to be able to select which of those three people to send the link to.
Right now, the trigger for my flow is "For a selected item". Part of that step is three outputs, each of which is a "yes/no" button labeled with the name of a recruiter. When the user selects a list item and chooses to run the flow "Send to Recruiter", they can click on the buttons to choose which recruiter they want and then run the flow.

The goal is to make it so that whichever recruiter the user selects will get an email. My problem is, I can't seem to figure out how to do that. I tried setting a condition, but there doesn't seem to be an option that recognizes the buttons.
I figured there must be a way to do this. What's the point of even having these buttons if they don't do anything?
Please note I have next to no coding experience, so if the solution involves coding, please walk me through it.
Niko