Question
Loop and merge from a web service comma-separated list
I have a web service that returns a comma-separated list (with number of items varying from ~10 to >100), which I can turn into an array. What I would like to do is create a loop and merge that pipes each value of this array into a question.
I imagine that I'm going to want populate a hidden question's answer choices with the values, then have the loop and merge loop through the choices. But I have no idea how to do this when the number of answer choices will be variable. What's the best way to do this?
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.