'UFT - Need to exit from current iteration of script starting with next row in datatable

I have a UFT script which uses a Datatable.

As part of the script, if a particular button is disabled, I need the iteration to exit and the next row in datatable should follow the script from the step where data is picked up from datatable without having to go through rest of the script statements.

I used ExitTest but it doesn't work for the next row.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source