Forum Discussion
Create birthday reminders from Sharepoint List
- Oct 13, 2020
Hi Sophielamp - you may want to start with a SharePoint calculated column to get the 2 week reminder date - less coding in the flow.
Then I'd do a scheduled flow that runs daily to see if that column = today, if true, send email. You may want to consider adding a variable so that the birthday only gets sent as day/month as the year may add some PII legal implications or just have everyone born in 1999 🙂
Hope that helps!
Hi Sophielamp - you may want to start with a SharePoint calculated column to get the 2 week reminder date - less coding in the flow.
Then I'd do a scheduled flow that runs daily to see if that column = today, if true, send email. You may want to consider adding a variable so that the birthday only gets sent as day/month as the year may add some PII legal implications or just have everyone born in 1999 🙂
Hope that helps!