This namespace contains 8 node(s).
Available Nodes
- All - Checks if all boolean values in a list are True. boolean, all, check, logic, condition, flow-…
-
Compare - Compares two values using a specified comparison operator. compare, condition, logic
Use…
- Conditional Switch - Performs a conditional check on a boolean input and returns a value based on the result. if, …
-
Is In - Checks if a value is present in a list of options. membership, contains, check
Use cases…
-
Is None - Checks if a value is None. null, none, check
Use cases:
- Validate input presence …
- Logical Operator - Performs logical operations on two boolean inputs. boolean, logic, operator, condition, flow-…
- Not - Performs logical NOT operation on a boolean input. boolean, logic, not, invert, !, negation, …
- Some - Checks if any boolean value in a list is True. boolean, any, check, logic, condition, flow-co…