Solved
Including extra Embedded Data fields in the Survey Results Trigger E-mail
I have created a survey that we have used successfully for some time which asks clients to provide feedback on the reports they have received. When a survey is completed, several of our staff receive an e-mail from noreply@qemailserver.com (via an e-mail trigger) with the results of that survey. At the bottom of the e-mail are the following fields:
Embedded Data
RecipientEmail
RecipientFirstName
RecipientLastName
However, each contact who is sent the survey also has the following fields in their contact information under "Add Embedded Data":
Phone
Report No
Title
Client
For reference, each of these fields are called and displayed in the survey itself.
Does anyone know how to add/append these four extra Embedded Data fields to the bottom of the trigger e-mail containing the survey results? It would save having to look this information up again once the survey comes in.
Thanks in advance for any assistance you can provide. My apologies if this question has been answered elsewhere in the community already.
Best answer by TomG
@Coggo,
Add the fields as embedded data fields in your survey flow, and don't assign a value (the will be populated from Contact list).
Add the fields to your email trigger message:
```
${e://Field/Phone}
${e://Field/Report No}
${e://Field/Title}
${e://Field/Client}
```
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
