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.
  • All Conditions – Returns true only if a row satisfies all specified conditions.
  • Any Condition – Returns true if a row satisfies at least one of the specified conditions.
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.
Share this Doc

If Row Exists

Or copy link

CONTENTS