For example : Here I need to delete rows contain “bbb” and “ccc”

The output should contain only rows with “aaa”

For example : Here I need to delete rows contain “bbb” and “ccc”
The output should contain only rows with “aaa”
Hi
If you are using the Data Table package, there is an option called Delete row for this requirement. You just need to pass the Data Table variable and the Row Index number. Since you need to clear 2 different rows, you can repeat this process 2 times and provide the required Row index.
Note: Row index is starting from 0.
I hope this will help.
I actually have the same question - write now I’m looping through each datatable row, evaluating one of the fields from my tablerow variable, and if the condition is met, calling ‘Delete Row’ - however I’m unsure of how to provide the Delete Row action with the index of that current data row that just passed the condition (which might be the loop counter - 1 since I believe the table rows are zero indexed). Thanks.
Enter your username or e-mail address. We'll send you an e-mail with instructions to reset your password.