cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

how to set the break for repeater

Former Member
0 Likes
496

Hi ,

Here i am trying to stop the repeater based on codition. But the repeater is not breaking. can any one help for break the repeater settings

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Likes

Hi,

if(<condition statment>, 1, 0) assign this to the BREAK of Repeater...

Hope it helps you...

Regards,

Kishore

Former Member
0 Likes

Actually, you don't need the "if" - simply assign the conditional expression to the input.

Former Member
0 Likes

Venkat,

First check whether your condition in a "Conditional" action block and if it is met, use an assignment block to assign integer 1 to the boolean "Break" of the repeater.

This will break the repeater

Best Regards,

Ajitha

salvatore_castro
Product and Topic Expert
Product and Topic Expert
0 Likes

Ajitha,

Don't forget to set it back to 0 if you want it to repeat again...

Sam