Delete Row
Estimated reading: 1 minute
This activity allows users to delete one or more rows from an existing datatable based on defined conditions.
Parameters
| Parameter | Description |
|---|---|
| Datatable | Specifies the target DataTable from which rows will be deleted. |
| Must Match |
Determines how the defined conditions are evaluated when identifying rows to delete.
|
| Number of Conditions | Specifies the number of conditions to be evaluated for identifying the rows to be deleted. Each condition typically compares a column value against a defined criterion. |