I have a survey with a Select Any question, Q1, in a Loop & Merge block, B1. I'd like to then have a follow-up Loop & Merge block where the fields are the selected choices of Q1 from a particular loop from the previous block, B1.
Is there a way to populate the selected choices of a particular loop into the fields of a subsequent Loop & Merge?
What I've tried so far:
- Use the built-in "Loop based off of a question" functionality: this will allow me to select Q1, but doesn't allow me to specify which loop to populate selections from.
- Playing around with piped text: My understanding is that this reference (${q://1_QID1/ChoiceGroup/SelectedChoices}) will pipe in the selected choices of the first loop of Q1. However, I haven't been able to figure out where I could place this to get the selected choices to populate the fields of the Loop & Merge block.