How to include today's date in a notification email
Hugo_Wsld
Registered, Frontrunner 2022 Participant Posts: 12 ✭✭✭✭
Hello everyone,
Please, could you let me know how to include today's date in a notification email ?
Many thanks, in advance,
Regards,
Hugo
Tagged:
Best Answer
-
Alexandru Dataiker, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 1,226 Dataiker
Hi,
You can use variables in your email notification.
To se the variable you can use a scenario step "set project variables" to set today's date.
variable_name -> now().toString('yyyy-MM-dd')Then include this variable_name in the subject or body of the email as needed.
Let me know if that works for you.