This condition executes a query defined in a Query component, with the option to pass criteria to the Query based on the current record, and then only executes the following actions if the number of record returned by the Query matches the specified number.
Settings
Query
Select a Query to be evaluated. The query will return a number of records (zero or more). It is this number that is evaluated by the criteria, all other data returned by the query is discarded.
Operator
Select an operator from this list:
- Less than
- Less than/Equal to
- Equal to
- Greater than/Equal to
- Greater than
- Not equal to
Record count
Enter a number
Usage notes
Often the specified number is ‘0’, so the condition is true and the following actions are executed if there are no records returned. |