Return true if any of the inputs are false; otherwise return false (also known as NAND).
- input 1: the first true/false value
- input 2: the second true/false value
- ‘click or drop here to create’: additional true/false input fields that can be added to check additional values
Output Fields
- any false?: a true or false value
- true: if at least one input field is false
- false: if all inputs are true