The Is False block is used to evaluate if an input value is false.
Example A:
The result of input value 'True' is False.
Example B:
The result of input value 'False' is true.
Result:
Returns true if the input value is false or false if the input value is true.
Tips and best practices:
-
Library:
Logic