Scenario example
- Last UpdatedSep 06, 2023
- 1 minute read
In an example with three Inputs, the combination of values matches one of these eight combinations. These eight combinations are based on the state of the three input expressions when True and False are used. There are more combinations if you use Ignore.
|
Combination |
Input 1 |
Input 2 |
Input 3 |
|---|---|---|---|
|
1 |
False |
False |
False |
|
2 |
True |
False |
False |
|
3 |
False |
True |
False |
|
4 |
True |
True |
False |
|
5 |
False |
False |
True |
|
6 |
True |
False |
True |
|
7 |
False |
True |
True |
|
8 |
True |
True |
True |