How to incorporate variables in an HTML body

Hello,

Someone could indicate me what is the notation to be able to incorporate variables in an HTML body inside an activity to send emails.

An example text would be:

“Today’s date is” + Now.date +. "Have a nice day.

How could I incorporate that date into the HTML body without having notation errors?

We have considered the option that this is the same as the one used to incorporate variables in the selectors but it has not worked.

Thank you very much in advance,

A greeting.

Try like this buddy @Yur

“Today’s date is” + Now.ToString(“dd”)+. “Have a nice day”

Cheers @Yur

1 Like

Also, this thread should help,

Thanks,
Rammohan B.

1 Like

were you able to get now buddy @Yur