Forum Discussion
GauravSharma3
8 years agoQrew Commander
Hi Aaron,
You can create a formula date field and use the below formula. It will show the current date when your birthday falls. Based on this field you can trigger a notification.
Gaurav
You can create a formula date field and use the below formula. It will show the current date when your birthday falls. Based on this field you can trigger a notification.
Date(Year(Today()),Month([Date of Birth]),Day([Date of Birth]))Thanks,
Gaurav
QuickBaseCoachD
8 years agoQrew Captain
Aaron, you would need to have a birthday report go to an internal user by daily Subscription and then then that internal user click a button set a date to today and refresh the report.
The email would trigger on that date being changed, and the report would filter on people who's birthday is today and the email was not sent today.
So the report would refresh and you click the next record.
That will be the only way to semi automate emailing non users.
Mark
The email would trigger on that date being changed, and the report would filter on people who's birthday is today and the email was not sent today.
So the report would refresh and you click the next record.
That will be the only way to semi automate emailing non users.
Mark