If Row Exists
Estimated reading: 1 minute
This component checks whether one or more rows exist in a datatable based on defined conditions. It evaluates the datatable without modifying its data and returns a logical result that can be used to drive conditional workflow paths.
Parameters
| Parameter | Description |
|---|---|
| Datatable | Specifies the DataTable to be evaluated for matching rows. |
| Must Match |
Determines how the defined conditions are evaluated.
|
| Number of Conditions | Specifies the number of conditions (0–50) used to evaluate whether matching rows exist in the DataTable. Each condition compares a column value against a defined criterion. |