Get Row Item
Description
This action component allows you to get a value from a DataTable or DataRow variable specified row and column.
Input Properties
- DataTable (DataTable) – The DataTable object in which you want to get a row item.
- Row Index (Int) – The index of the row to be retrieved from the DataTable or DataRow.
- Column Name Or Index (Int) – The column name or index whose value is to be retrieved from DataTable or DataRow
Output Properties
- Result (Object) – Retrieved DataRow value stored in a object variable.
General Properties
- GlobalWaits (Checkbox) – Apply global waits when PreWait or PostWait are not specified.
- IgnoreError (Checkbox) – Continue the process flow without throwing error.
- PostWait (Checkbox) – Apply specified wait after execute the action.
- PreWait (Checkbox) – Apply specified wait before execute the action.