Skip to main content
Nintex Community Menu Bar

how to skip a row in a table loop

  • January 3, 2021
  • 2 replies
  • 6 views
  • Translate

I have a table loop that run on rows (splited by ___)

and in each row I split the data by ||| to fields.

if in a specific field I dont have the right data I want to move on to the next row,

so what I did is to put an IF and if its not the correct answer dont do anything. my Q is there anything better to do than that (like in C# loop break or continue)

thank u

Did this topic help you find an answer to your question?

2 replies

  • 118 replies
  • August 29, 2022

Hi Daniel,

 

The AC called "Loop: Restart" is the equivalent to the "continue" behaviour in other languages. The AC called "Loop: Break" will exit the loop completely. These ACs will work with all loop types - Loop, Loop Table, Loop Items.

 

I've attached a simple screenshot to explain this. In the code below the variable contains the values a, b and c. When the code is run, a show message with "a" is shown followed by a message with "c". There is no message with "b".

 

I hope this helps,

 

Darren

Translate

thank u very much for the answer

Translate

Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie Settings