Built-In Embedded Data Field for Survey Name | XM Community
Question

Built-In Embedded Data Field for Survey Name

  • 8 October 2019
  • 3 replies
  • 22 views

Userlevel 4
Badge +10
I'm trying to include the survey name as piped text in my test survey invitations so I know which test survey the invite was for (and can use a testing invite template rather than a unique invite for every survey). From the screen shot below you can see the survey name is stored and available via the APIs. Anyone know how to get this as piped text?

!

3 replies

Userlevel 4
Badge +10
Quick follow up...I have tried the following code so far and none of them work.

${e://Field/SurveyName}
${l://SurveyName}
${q://SurveyName}
Userlevel 7
Badge +27
There isn't one that I know of. Although not as user friendly, you could use ${e://Field/SurveyID} instead. If you really want the survey name you could use a web service call to get it from the API.
Userlevel 4
Badge +10
Thanks. I'll have to submit this as a feature request (Product Idea). Unfortunately you can't leverage the web service for a survey invite...only in the survey flow and in that situation I could just add an embedded data element with the survey name. Thanks for the help!

Leave a Reply