concat function in subj line

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,
 
C

Clay Fox

The concat looks good syntax wise.

Did you type in the field name or select it with the button?

What do you get then a blank number?

Are you sure it has a value when the email submits?
 
L

Londa Sue

I typed it in and inserted. This time with the insertion it worked. Maybe I
moved a bit too quick with the steps.

Thank you very much,

Londa Sue
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top