Loop in Table Rows

Sometimes there arise a need whtn one may have to loop through all rows in a Data Table for performing a few operations like searching for a particual value in a column, counting rows with a particular values, etc.

Use this action for looping through all rows.

This action has two parts.

In first part one has to select target table and map the data of columns of interest to variables in which the values retrieved will be stored in.

In last part one has to add all the actions that are to be performed on a row.

Last updated