activities
latest
false
UiPath logo, featuring letters U and I in white

Workflow activities

Last updated Feb 19, 2026

UpdateRowItem

Assigns a specified value to the indicated column of a DataTable row.

Definition

Namespace: UiPath.Activities.System.API

Assembly: UiPath.System.Activities.Api (in UiPath.System.Activities.Api.dll)

UpdateRowItem(Object, DataRow, String)

void UpdateRowItem(
    Object value,
    DataRow row,
    string columnName
)
void UpdateRowItem(
    Object value,
    DataRow row,
    string columnName
)

value Object : The value to write to the indicated column.

row DataRow : The name used to reference the DataTable row containing the column whose value should be updated.

columnName String : Specify either the column number(index) or name whose values should be updated.

  • Definition
  • UpdateRowItem(Object, DataRow, String)

Was this page helpful?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo
Trust and Security
© 2005-2026 UiPath. All rights reserved.