Skip to main content

Add Data Row

Description

It adds a new Data Row into the specified DataTable.

Properties

Input

  • Item Array – An array of objects added to the DataTable. Each object should map to the corresponding column in the DataTable.
  • New Row – It specifies the Data Row object added to the DataTable. If it sets this property, then the Item Array property is ignored.

Input and Output

  • Data Table – It specifies the DataTable object added to a row.

Misc

  • DisplayName – Add a display name to your activity.
  • Private – By default, activity will log the values of your properties inside your workflow. If private is selected, then it stops logging.

Example

Download Example

Correlation Scope