End of Survey Message Displaying Embedded Field | XM Community
Solved

End of Survey Message Displaying Embedded Field

  • 18 June 2021
  • 4 replies
  • 79 views

Hi all,
I wanted my End of Survey Message to display ResponseID for all the participants, so each of them can see different, unique codes.
For this, I set embedded data in Survey Flow
OrigianalResponseID=${e://Field/OriginalResponseID}
and placed this at the top (right after the first block) in the flow.
And then, my custom End of Survey message says
Thank you. Here is the code: ${e://Field/OriginalResponseID}
This message displays after several page breaks.

However, this never displays the piped text part. It is just blank.
For the End of Survey message, I tried two different things: 1. To add the message after questions in Edit Block, 2. I made it as an End of Survey element in Survey Flow. Either did not work.
The End of Survey message window is different from a question writing window. It gives me a rich text editor version only. Even with that, I wrote the piped text without any formatting. There might be a problem retrieving the embedded value?
Or, Is there any way to hard code it in the End of Survey message window? If it is possible, I need help with the coding as well. I read all the Qualtrics instructions and other researchers' posts but I was not able to figure it out. I'd appreciate your help!

icon

Best answer by Mishraji 21 June 2021, 10:21

View original

4 replies

Userlevel 4
Badge +18

HPq - You can add any one of the following fields in your survey flow and then use it in the end of survey message:
image.png

Mishraji Thank you for the comment! As you suggested, I tried Q_R as well, but it seems the end of the message still does not display the embedded data.

Userlevel 4
Badge +18

HPq - Can you try ResponseID? That should definitely work. I just checked it myself. :)

Mishraji The ResponseID worked out! It seems I tried OriginalResponseID which is not a reserved field. Thank you so much!

Leave a Reply