What activity can you use to get a column value from a specific row of a datatable?
Answers
Englishv1.0UiPath Activities Guide
Get Row Item
SUGGEST EDITS
UiPath.Core.Activities.GetRowItem
Gets a value from a DataRow variable according to a specified column.
Properties
Input
Row - The DataRow object from which a value is to be retrieved.
ColumnIndex - The index of the column whose value is to be retrieved from the DataRow.
ColumnName - The name of the column whose value is to be retrieved from the DataRow. If this property is set, then the ColumnIndex property is ignored.
Column - The DataColumn object whose value is to be retrieved from the DataRow. If this property is set, the ColumnName and ColumnIndex properties are ignored.
Output
Value - The column value from the specified DataRow.
Common
DisplayName - The display name of the activity.
Misc
Private - If selected, the values of variables and arguments are no longer logged at Verbose level.
I hope this can help you...