Pull in QuestionText from a Form Field | XM Community
Skip to main content
Solved

Pull in QuestionText from a Form Field

  • July 28, 2021
  • 1 reply
  • 136 views

MSobotta
Level 4 ●●●●
Forum|alt.badge.img+25

I have an action which fires off an email. I want to include the Question Text for the form fields in the email, but cannot figure out what the Embedded Text is to do so.
Requestor Form Fields.png${q://QID155/QuestionText}
{Full Name Label} ${q://QID155/ChoiceTextEntryValue/1}
${q://QID155/ChoiceTextEntryValue/2}
${q://QID155/ChoiceTextEntryValue/3}

${q://QID159/QuestionText/1} ${q://QID159/ChoiceTextEntryValue/1} Doesn't work.
Is this text available to insert as piped text? If so what is it?

Best answer by grahulp5

Better would be to store form values in an embedded data and then use that as a pipe text in email. And then use that for the email as you want.

1 reply

grahulp5
QPN Level 3 ●●●
Forum|alt.badge.img+13
  • QPN Level 3 ●●●
  • Answer
  • July 29, 2021

Better would be to store form values in an embedded data and then use that as a pipe text in email. And then use that for the email as you want.