What are you trying to achieve?
Set automatic reminders 1 week before birthday, from Google Sheets into Google Calendar
Set automatic reminders 1 week before birthday, from Google Sheets into Google Calendar
Hi Pepijn!
You’ve made a good start there, from here I would recommended:
Your filter should be something like:
Your birthday column format (12-30)
Date time equal to:
addDays(formatDate({{now}};MM-DD);7)
We are asking Google sheets if the birthday is 7 days from now. The scenario should run daily.
If so, it should return a row which contains a birthday 7 days from now.
Once you have that working, we can move on to the google calendar step.
Any issues let me know!