cancel
Showing results for 
Search instead for 
Did you mean: 

'While Loop' inside a 'Repeater' executes only once

Former Member
0 Kudos

Hi,

I am using a 'While Loop' action inside a 'Repeater'. The while loop executes only for Repeater.CurrentItem = 1 and not for the subsequent items. Any clue?

Regards,

V M.

Accepted Solutions (0)

Answers (1)

Answers (1)

agentry_src
Active Contributor
0 Kudos

Reset the While Loop current item after each iteration of the Repeater.

Former Member
0 Kudos

And the 'While_Loop.Break' = "false". Thaks for the tip.

Regards,

V M.