Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on August 3, 2022 7:40AM
Likes: 0
Replies: 1
Hello everyone,
Please, could you let me know how to include today's date in a notification email ?
Many thanks, in advance,
Regards,
Hugo
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.