Actions - external start an email - subject field "text" + [column]

Dear all,

I would like to ask you if if is possible to add โ€œtextโ€ next to [column] in the subject field. Currently i have this option available but when iโ€™m testing it, i only recevie the text and not the column value.

Regards
Codrut

0 3 829
3 REPLIES 3

Hi @Codrut_Dumbrava,

Please try an expression something like
CONCATENATE( โ€œText valueโ€," ", [Nume Copil])

if you wish to include it in Emai lsubject line in workflow, please take a look at the following article " Sending Email from a Workflow Rule or Scheduled Report"

Please take a look at below articles as well, just in case you have not

Or likeโ€ฆ โ€œText value โ€&[Nume Copil]

works like a charm

thank you
Codrut

Top Labels in this Space