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

Workflow activities

Last updated Mar 13, 2026

AddDataRow

Adds a DataRow to a specified DataTable.

Definition

Namespace: UiPath.Activities.System.API

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

AddDataRow(DataTable, DataRow)

void AddDataRow(
    ref DataTable dataTable,
    DataRow dataRow
)
void AddDataRow(
    ref DataTable dataTable,
    DataRow dataRow
)

dataTable DataTable : The DataTable object to which the row is to be added.

dataRow DataRow : The DataRow object to be added to the DataTable. If this parameter is set, then the ArrayRow parameter is ignored.

  • Definition
  • AddDataRow(DataTable, DataRow)

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated