Actions Question | XM Community
Skip to main content
Solved

Actions Question

  • June 17, 2019
  • 2 replies
  • 7 views

I am trying to design a question in a survey that would trigger the survey response to only go to that individual selected. For Example: Who are you working with on this Project? Brad Brett*(Survey response is sent to Brett only.) Glenda Kelly Kyle Sarah Steph

Best answer by TomG

@bking12, You can pipe an embedded data field as an email address in an Email Trigger. So, you need to to assign an email address to an embedded variable based on the answer to your question above. You can do that with survey flow branches or JavaScript.

2 replies

TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • 6083 replies
  • Answer
  • June 17, 2019
@bking12, You can pipe an embedded data field as an email address in an Email Trigger. So, you need to to assign an email address to an embedded variable based on the answer to your question above. You can do that with survey flow branches or JavaScript.

JenCX
Level 5 ●●●●●
Forum|alt.badge.img+11
  • Level 5 ●●●●●
  • 683 replies
  • June 17, 2019
There's two ways I can think of to do it. You could: Create an action for each criteria and have a static email address for each recipient. OR Create an embedded data field and use branch logic to fill the email address based on the response, then use the embedded data field in the email field in the action. They seem to be the same amount of work, just either in the Survey Flow or the Actions tab.