Lee_M
4 years agoCommunity Hero
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...
- 4 years ago
Hi,
You may consider Label and Go To Label operations.