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

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?

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