exclude question from loop and merge | XM Community
Question

exclude question from loop and merge

  • 5 June 2023
  • 2 replies
  • 76 views

Badge +2

I am using loop and merge to loop over all the questions in my block except for the last question. How can I exclude one question from loop and merge? Please feel free to include any JavaScript code.


2 replies

Userlevel 7
Badge +27

You could move the last question to a block after the loop & merge block (not a loop & merge block). I’m kind of guessing at your intent since it isn’t clear.

Badge +5

Add a field with values 1 and 2, and if you want to show to any specific iteration just add a display logic to show when the value is 1.

Leave a Reply