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

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

  • August 10, 2020
  • 3 replies
  • 17 views

Forum|alt.badge.img+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?

Best answer by Appzk

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.

3 replies

Appzk
QPN Level 5 ●●●●●
Forum|alt.badge.img+34
  • QPN Level 5 ●●●●●
  • Answer
  • August 10, 2020

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.


Forum|alt.badge.img+6
  • Author
  • Level 2 ●●
  • August 10, 2020

Will this work if my loop order is randomized?


Appzk
QPN Level 5 ●●●●●
Forum|alt.badge.img+34
  • QPN Level 5 ●●●●●
  • August 10, 2020

Randomization should not make any difference to it.