Solved
Target Birthday Email
Hi,
I want to target recipients who DOB is like today date but, I want to send him email 5 days before.. on his current birthday date..
Hi,
I want to target recipients who DOB is like today date but, I want to send him email 5 days before.. on his current birthday date..
Hi @saurabhjoshi ,
Try Below Query,

Day(@birthDate) EQUAL TO Day(AddDays( GetDate() , 5))
AND
Month(@birthDate) EQUAL TO Month(AddDays( GetDate() , 5))
So, When the workflow runs today (4th August), Recipients who has birthday on 9th August will be targeted today (4th August).
Regards,
ParthaSarathy
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.