How to include today's date in a notification email

Hugo_Wsld
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
    Alexandru Dataiker, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 1,212 Dataiker
    Answer ✓

    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.


    Screenshot 2022-08-03 at 11.20.12.png
    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.

Setup Info
    Tags
      Help me…