Skip to content

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.

  1. Add prerequisite flags to Bool Variables.
  2. Send a warning flow from True Event.
  3. Continue normal flow from False Event.