Pull in QuestionText from a Form Field | XM Community
Solved

Pull in QuestionText from a Form Field

  • 28 July 2021
  • 1 reply
  • 77 views

Userlevel 4
Badge +17

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?

icon

Best answer by grahulp5 29 July 2021, 16:56

View original

1 reply

Userlevel 4
Badge +13

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.

Leave a Reply