Sign in to join the conversation:
Hello Team,
I would like to know how to enable or create smartsheet to send automated birthday emails with customised template to employees in my org, on their birthdays.
aprriciate for the help
Hi Mitta,
The simplest method would be to add their upcoming birthday and a workflow that would trigger an alert on that date yearly.
Would that work?
I hope that helps!
Have a fantastic day!
Best,
Andrée Starå
Workflow Consultant / CEO @ WORK BOLD
You could use concatenation to create the custom messages in combination with andrees suggestion.
Column1: Contact column with list of employees names
Column2: date column with their birthdays
Column3: First part of message. something like "Happy Birthday"
Column4: Second part of message. Something like "! We at eagleview would like to wish you a happy birthday this year! Here's hoping you have a great one!'
Column5: Post out. =[Column3]@row + [Column1]@row + [Column4]@row would look something like this: Happy Birthday Mitta! We at Eagleview would like to wish you a happy birthday this year! Here's hoping you have a great one!
Of course you can mix this up anyway you want.
I’ve started building a form in Smartsheet using the Smartsheet Form Builder, and the responses are successfully populating my sheet. The challenge I’m running into is creating conditional logic within the form to narrow down selections. For example, if a user selects a state (such as Florida), I’d like the next question…
When I publish the calendar view, not all my tasks are showing up. I have all filters off. In my regular view on the sheet, the tasks are there.
I'm a Power Automate Novice and I'm not experienced in expressions. I am building a data flow in Power Automate to create a new Sharepoint folder when a new row is created in my smartsheet. I can get to the stage of creating a new folder however I would like to name it based on cell data in the row. I have tried to use the…