L
Londa Sue
Hi.
I have a form ID field that is manually assigned during the assessment of
the submitted problem. After assessment, I would like the user to know the
ID of his/her problem (apart from which we need one to track the requests).
I'd like to do this in the Subject line of the email that is sent after
assessment. I'm not a programmer so bear with me.
The field with the ID is DCRAssignment.
The subject line should read "DCR xxx has been received and assessed by the
SEPG". How can I do this? I tried with concat("DCR - ", DCRAssignment, "has
been received and assessed by the SEPG"), but this does not work.
Thanks,
I have a form ID field that is manually assigned during the assessment of
the submitted problem. After assessment, I would like the user to know the
ID of his/her problem (apart from which we need one to track the requests).
I'd like to do this in the Subject line of the email that is sent after
assessment. I'm not a programmer so bear with me.
The field with the ID is DCRAssignment.
The subject line should read "DCR xxx has been received and assessed by the
SEPG". How can I do this? I tried with concat("DCR - ", DCRAssignment, "has
been received and assessed by the SEPG"), but this does not work.
Thanks,