Notion Templates
/
Wikis
/
🔥
Red's Notion Formula Sheet
/
Smaller
Smaller
Description
Returns true if the first argument is smaller than the second.
Tags
Operators
Type
Checkbox
Syntax
text < text boolean < boolean date < date number < number smaller(text, text) smaller(boolean, boolean) smaller(date, date) smaller(number, number)
Example
10 < 8 == false
Template Example