Forum Discussion

Lee_M's avatar
Lee_M
Community Hero
3 years ago
Solved

breaking out of loop iteration

I have created a Data Driven loop with an if condition   the condition will jump to the next iteration should the criteria NOT be met, how can I break out of the current cycle ?   The only op...
  • AlexKaras's avatar
    3 years ago

    Hi,

     

    You may consider Label and Go To Label operations.