Is it possible to take a Text Set from the embedded data (via contacts) and populate several choices based on that data? For example, let's say a piece of Embedded Data is a set:
favoritePies: Apple, Pumpkin, Cherry
and another respondent has
favoritePies: Banana, Rhubarb, Peach
Then I present a multiple-choice question that populates options from these text sets, so each respondent see different options.
When I try to pipe text like this:
${e://Field/favoritePies}
The choice shows one choice with a comma separated list of all pies for that person. I feel like there needs to be a loop or some string split to create multiple options for each person.
Thanks in advance.
Setting multiple choices based on Embedded Data
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.