Check Bool Any False
Tests whether any bool variable in a collection is False.
Parameters
| Parameter | Description |
|---|---|
| Bool Variables | The bool variables to test. |
| True Event | Sent when at least one value is false. |
| False Event | Sent when all values are true. |
| Store Result | Optional bool to store the test result. |
Example
Use this to detect missing prerequisites.
- Add prerequisite flags to Bool Variables.
- Send a warning flow from True Event.
- Continue normal flow from False Event.