Notion Templates
/
Wikis
/
🔥
Red's Notion Formula Sheet
/
Or
Or
Description
Returns the logical OR of its two arguments.
Tags
Operators
Type
Checkbox
Syntax
boolean or boolean or(boolean, boolean)
Example
or(false, false) == false
Template Example