Viewing embedded data in survey editor | XM Community
Skip to main content
Solved

Viewing embedded data in survey editor

  • October 30, 2018
  • 3 replies
  • 18 views

We want to insert piped text via embedded data fields using Qualtrics API I am able to insert embedded data successfully using the API. But Piped Text appears as a line of code in survey editor and only when I preview, it is replaced with the inserted value Is there any way to see piped text value in survey editor directly? Thanks

Best answer by Akdashboard

@preethag To add a little to this, the reason it comes across as a line of code is because the code is designed to pipe in the correct value at the time of the survey, which often won't be a static value. there is no way to know what the value should be at the time of programming (that isn't a completely true statement, but close enough). For example, if you address your survey as "Thank you [piped text FirstName]" and you send the survey to 2 people. 1 with FirstName=Steve, and 1 with FirstName=Sandy, then you would want that line to read: 1-Thank you Steve. 1-Thank you Sandy.

3 replies

TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • October 30, 2018
No.

  • Author
  • October 31, 2018
> @TomG said: > No. Thanks

Akdashboard
Level 4 ●●●●
Forum|alt.badge.img+6
  • Level 4 ●●●●
  • Answer
  • October 31, 2018
@preethag To add a little to this, the reason it comes across as a line of code is because the code is designed to pipe in the correct value at the time of the survey, which often won't be a static value. there is no way to know what the value should be at the time of programming (that isn't a completely true statement, but close enough). For example, if you address your survey as "Thank you [piped text FirstName]" and you send the survey to 2 people. 1 with FirstName=Steve, and 1 with FirstName=Sandy, then you would want that line to read: 1-Thank you Steve. 1-Thank you Sandy.