Add DataTable Column
You can select this activity to add a column 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 | Column | DataColumn | The data column object that must be added to the group of column objects of the data table. If this property is specified, then all other properties under the Options section are skipped. |
Column Name | String | The name of the new column. | |
DataTable | DataTable | The data table object to which the column must be added. | |
Type | String | The data type. | |
Misc | Display Name | String | Display name for the activity. |
Options | Allow Null | Boolean | Specifies if the null values must be specified in this column for rows of the table. |
Auto Increment | Boolean | Specifies if the values of the column must increase automatically when a new row is added. | |
Default Value | String | Specifies the default value of this column when a new row is added. The data type of this value must be the same as the data type declared in the TypeArgument property. | |
Max Length | Int32 | Specifies the maximum length of each row for the new column. | |
Unique | Boolean | Specifies if the values in each row of the new column are unique. | |
Output | Response Code | Int32 | Response code for the activity. Possible values:
|