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

How to find out how many times a loop and merge has executed within the loop?

  • 10 August 2020
  • 3 replies
  • 2 views

Userlevel 2
Badge +6

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?


3 replies

Userlevel 6
Badge +28

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.

Userlevel 2
Badge +6

Will this work if my loop order is randomized?

Userlevel 6
Badge +28

Randomization should not make any difference to it.

Leave a Reply