Add DataTable Row
You can select this activity to add DataTable row in the DataTable.
This table lists the properties for the activity.
Property Type | Property Name | Data Type | Description |
---|---|---|---|
Common | Continue on error | Boolean | Select the check box to continue the RPA flow even if the activity fails. This check box is selected by default. |
Input | Array Row | Object | Array of objects that must be added to the Data Table. The data type of each object in the array must match the data type of the corresponding column in the Data Table. |
Data Row | Data Row | The DataRow object that must be added to the Data Table. If this property is set, then ArrayRow is ignored. | |
Data Table | Data Table | The reference to the Data Table to which the row must be added. | |
Misc | Display Name | String | Display name for the activity. |
Output | Response Code | Int32 | Response code for the activity. Possible values:
|