Special formula in automation email alert
Options
SmartsheetRookie
βββ
Hi,
Is it possible to use a formula in the automation email body alert?
I need:
To add "60 days from {{Date}}" (in a formula).
Best Answer
-
No its not possible
Create another column in your sheet called "Date60", use a column formula =Date@row + 60
Use {{Date60}} in your Automation.
Answers
-
No its not possible
Create another column in your sheet called "Date60", use a column formula =Date@row + 60
Use {{Date60}} in your Automation.
-
Thanks!