Notion Templates
/
Wikis
/
🔥
Red's Notion Formula Sheet
/
And
And
Description
Returns the logical AND of its two arguments.
Tags
Operators
Type
Checkbox
Syntax
boolean and boolean and(boolean, boolean)
Example
(prop("Daily Habit 1") and prop("Daily Habit 2") and prop("Daily Habit 3")) ? "🏁" : "Not Complete"
Template Example
↙️
Daily Habits Linked Into Weekly Tracker