UniqueID as Piped Text | XM Community
Skip to main content

UniqueID as Piped Text

  • August 22, 2022
  • 6 replies
  • 216 views

Nogstai
QPN Level 1 ●
Forum|alt.badge.img+6

Hi all,
I'm trying a validation page where it will indicate participant info such as Full Name, E-mail, and Unique ID.
image.pngIs there a way to add it?

6 replies

lizb311
Level 3 ●●●
Forum|alt.badge.img+20
  • Level 3 ●●●
  • 120 replies
  • August 22, 2022

Is this what you're looking for?
Response ID: ${e://Field/ResponseID}

You can also use ${l://SurveySessionID} to get the session ID, but I'd probably stick with the Response ID


Nogstai
QPN Level 1 ●
Forum|alt.badge.img+6
  • Author
  • QPN Level 1 ●
  • 19 replies
  • August 22, 2022

Not really the ResponseID, but the Participant Unique ID.
I have a survey flow where the participant needs to input their UniqueID before they can take the survey.
image.pngI've uploaded a participant list with a Unique Identifier.
Right now I can't find a piped text where it can show the UniqueID they entered


lizb311
Level 3 ●●●
Forum|alt.badge.img+20
  • Level 3 ●●●
  • 120 replies
  • August 22, 2022

If the data is saved in a contact list - did you add an element in your survey flow to call and save that embedded data from the contact list? Then try adding the piped text from that embedded data field
Is your UniqueID saved as the ExternalDataReference? I think you typically need to use an email or the ExternalDataReference field for the authenticator to work


Nogstai
QPN Level 1 ●
Forum|alt.badge.img+6
  • Author
  • QPN Level 1 ●
  • 19 replies
  • August 23, 2022

The data came from manually adding participants and searching the directory.
Whenever I try to add an embedded data from the survey flow, it's not showing the UniqueID. The UniqueID is saved as the UniqueID in the directory.


lizb311
Level 3 ●●●
Forum|alt.badge.img+20
  • Level 3 ●●●
  • 120 replies
  • August 23, 2022

Hmm. Are you trying to call what they typed into the authenticator? Or are you trying to call the information that is saved in that directory field?
And you're saying you tried adding an embedded data field called "UniqueID" to your survey flow, but it's not returning any information for participants when you reference

${e://Field/UniqueID}
in your survey?


Nogstai
QPN Level 1 ●
Forum|alt.badge.img+6
  • Author
  • QPN Level 1 ●
  • 19 replies
  • August 23, 2022

Calling the one typed in the authenticator, which is similar to the one saved in the participant list.
For the next line of question, I tried adding UniqueID to the survey flow via embedded data but it's not on the list.