Hello,
I'm pretty novice at coding and was wondering if it's possible to set up the following:
- Survey question is a multiple answer multiple choice question that has a list of different office names.
- An email trigger is set up to email the respondent with the office names and information about the offices such as location, phone number, etc.
- Each office location and information should be bullet pointed in the email.
I think I know the general theory in terms of needing to set embedded data, but I don't really know how to begin to execute this code and where to put the code. Do I put the script in the question itself? If so, I believe I should be using the functions: Qualtrics.SurveyEngine.addOnPageSubmit and Qualtrics.SurveyEngine.setEmbeddedData but where do I go from here?
Thank you for your consideration.

And that you supply the name, location, phone number, etc. to the respondent in the email (they aren't giving you that information).
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.
Please let me know if you have further questions.