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.
${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?
Page 1 / 1
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.