I need to send remind message to a user 7 days before his birthday every year, how to set the conditions?
Solution:
Please set the conditions as following:
(Day(AddDays([Today], 7)) == Day(GetDate([Start Time]))) && (Month(AddDays([Today], 7)) == Month(GetDate([Start Time])))
Applies for: SharePoint 2013, SharePoint 2010, SharePoint 2007