I am new to Power Automate so I am playing with simple little things just to get a feel for this.
See the screenshot of my flow as it is now.
Daily Schedule: it runs once a day in the morning - no problem there.
Get Client Information - data is in dataverse.
Today: formatDateTime(utcNow(),'MM-dd')
Condition: checks if DOB column contains the MM-dd.
If true, sends a email to the customer service manager.
It works! Now, I want to improve the email by giving the age of the client.
Here is what I THINK should happen - please tell me if this will work.
I have to create a variable for the current year, another variable for the birth year, and do a calculation to determine the age.
If I am right, please give me some guidance on how to make it happen.