Newb here. I work in a university career center and am trying to direct students to appropriate resources.
My survey ends with "suggestions", which are text/graphic questions that use display logic based on respondents' earlier answers. These suggestions have links for additional resources.
I want to email respondents only the suggestions that appear for them at the end of their survey. When I try to use piped text in my email trigger, all of the suggestions are emailed to respondents.
I think there might be a way to do this with embedded data, but I can't figure it out.
Any help is much appreciated!
Solved
Emailing respondents only displayed questions
Best answer by TomG
You can build an embedded data string by adding to it through a series of survey flow branches, then pipe that string.
string =
- ${e://Field/suggestion1}
if suggestion1 not empty
string = ${e://Field/string}
...etc...
string = ${e://Field/string}
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.