Get Data Row Values
Get row values from data table.
Get row values using specified row index from the data table and store them into a list variable.
Input
Input :
DataTable Variable
The Data Table to get row values.Row Index :
Object Argument
The index of the row to get values.
Output
Row Values :
List Object Variable
Stores the row values in a specified List variable.
Last updated