Update Row(s)
Estimated reading: 1 minute
This component allows users to update one or more rows in an existing data table based on defined conditions. It identifies matching rows and updates the specified columns with new values while leaving all other data unchanged.
Parameter
| Parameter | Description |
|---|---|
| Datatable | Specifies the target DataTable in which rows will be updated. |
| Columns to Update | Defines the column names and corresponding values that should be updated for the matching rows. Only the specified columns are modified. |
| Must Match |
Determines how the defined conditions are evaluated when identifying rows to update.
|
| Number of Conditions | Specifies the number of conditions (0–50) used to identify rows for updating. Each condition typically compares a column value against a defined criterion. |