I have setup an automation to send a Microsoft Teams message to a channel whenever it's someone's birthday - and the only way I was able to do this was by taking the birthdays in the "Date" column and making the year this year versus the actual year the team member was born (if not, I wouldn't be able to set up a "when date is reached" trigger in my automation).
Two options I thought might be possible so I don't have to keep changing the year in the "Date" column every year for the automation to work:
- Create a column called "Current Date" and add a formula that takes the date from the "Date" column and changes it to the current year - I could then use the Date column to house the actual birthdate and the Current Date column for my birthday announcement automation.
- Create an IF formula that looks at the month and day from the "Date" column and if it matches the month and day from Today's date then it adds "Yes" to another column called "Birthday" - I could then create an automation where if the "Birthday" column contains "Yes", then a birthday announcement message will go out.
Any thoughts on how I could use a formula to accomplish this birthday announcement automation would be super helpful!