Linking conditions

You can link several conditions, making the execution of an action dependent on multiple conditions.

There are two types of links: AND and OR. All conditions linked with an AND must be met for the condition to be fulfilled. At least one condition (or sub-set of conditions) linked with OR must be met for the condition to be fulfilled.

Example of linking conditions

In the above example, the action is only carried out, if:

  • All 3 conditions linked with AND (2,3 and 4) are met
  • and (at least) one of the conditions linked with OR (0,1) is met.