How to refer to the first displayed choice of a previous question? | XM Community
Skip to main content

Hi,
I have a hidden question that randomly shows 5 out of 70+ choices. How can I display/pipe the first and second displayed choices on the next question?
${q://QID76/ChoiceGroup/DisplayedChoices} displays an array of displayed choices. I tried displaying one of the displayed choices using an index, but it doesn't work.

We can use JS to split the piped value and get the first two elements.


Leave a Reply