Send confirmation email question

Send confirmation email question

Hi All

I am using the send confirmation email function on a form upon the user creating a new record. One on the fields on the form (Name field) is a look up to another form.

I am using the code below to address the user by his/her name, however the code below is referencing the 16 digit unique code, not the actual name of the user. How do I overcome this and add the name of the person to the email, not the 16 digit code?

Hello <%=Assigned_QS%>

Please help!