Once you set the embedded data with the required information. Next step is to setup an email trigger, just pipe this embedded data into the email which will be triggered to the respondent.
Thank you for your response! I guess I'm not sure how to set the embedded data up correctly. Am I supposed to embed the data for each response individually? And how do I ensure that only the selected choices are shown in the email trigger?
Thank you again!
Pipe(selected choices)in the response selected into the embedded data(say location_office) in survey flow.
Then pipe in this new embedded field in the email trigger.
Link for reference:
https://www.qualtrics.com/support/survey-platform/survey-module/editing-questions/piped-text/piped-text-overview/
tobyhkim From your description I assume that the list of businesses I assumed your question might look like:
And that you supply the name, location, phone number, etc. to the respondent in the email (they aren't giving you that information).
Then a nice way to get this formatted without any fancy coding is to use embedded data and branch logic in survey flow. For each business, you will set up a branch condition that the business was selected and within that branch set an embedded data field that holds all the information you want to email. You will notice that the information is saved between "
" - these are necessary leaders and closers to get the information to appear as a bullet point (and start a new line).
After you assign the business information for the selected business, you can compress them into one embedded data field by piping in the embedded data fields as the value:
To get the bulleted list into your email trigger you just pipe in the variable "Formatted" (I took a short cut and tested it as a descriptive survey question).
You will find this prints out quite nice.
When I select Business 1 and Business 3 the print out is:
Please let me know if you have further questions.
bstrahin Thank you so much! This was so helpful! I really appreciate you taking the time to show an example too!!!