How to find out how many times a loop and merge has executed within the loop? | XM Community
Skip to main content

I have a loop and merge that will execute a max of 3 times. i have 3 intros that I want to use based on whether it's the first loop, middle loop or the last loop. How can I figure out when to use which intro?

Add display logic to the page which you want to show for loop 1 as
image.pngapply the same for rest of the pages based on your loops.


Will this work if my loop order is randomized?


Randomization should not make any difference to it.


Leave a Reply