Hello,
I'm building a flow that prompts employees via email to fill out a form and schedule a review meeting. This meeting is something that needs to happen once a year per employee. I'm trying to build a flow that will send an email 30 days before the year mark to allow time for the employee to schedule with other team members. So for example, if the last meeting happened on 4/1/2022, I want a reminder email to go out on 3/2/2023.
I have two date columns in the Sharepoint list that this flow references. One is the date of 'Last Review'. The other is a calculated column that adds 12 months to the 'Last Review' date and produces the 'Next Review' date.
So far, I have tried Recurrence > Get Items > Apply to Each > Send Email, seen below:


When I run this flow, I get this error due to the Calculated data type of the Next Review column

I am a beginner and not good at writing expressions. Is there a way to write a Flow that can used the 'Date' type of the 'Last Review' column, add 11 months to that, and send an email at that time?
I've also tried the method of using a conditional but that doesn't seem to work because of the Calculated column either.
Please help! Thank you!