I have created a perfectly working forms in my PowerApps which uses CDS as a data source with a purpose to get customer data.
Currently, I'm trying to add Microsoft Flow in it where it needs an approval if the customer who input the form is below 18 years old (Example)
I researched Flow and there have something like a "Trigger", which appears to have PowerApps and CDS as a trigger. May I know which trigger should I use instead?
Below is the CDS trigger and PowerApps trigger
PowerApps trigger
Powerapp trigger
CDS trigger
CDS trigger
*Note: 
The flow is whenever a user select Yes, it will automatically pushed for an approval.
If the user input age is 18 years old, it will send to person A for approval
if the user input age is above 18 years, it will send to person B for approval
So in short theres two question I would like to ask:
1) which trigger should I use? CDS trigger or PowerApps trigger?
2) how do I do an IF statement for sending different person for approval depending on the user input in the form on my PowerApps?