Delete DataTable Row
You can select this activity to delete the DataTable row.
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 | DataTable | DataTable | The DataTable from which the row must be deleted. |
| DataRow | DataRow | The data row object which must be deleted. | |
| Index | Int32 | The index of the row that must be deleted. Index starts from zero. | |
| Misc | Display Name | String | Display name for the activity. |
| Output | Response Code | Int32 | Response code for the activity. Possible values:
|