Errors

We all make mistakes. Thankfully Notion's formula editor is very good at letting you know when you make them.

Below is a list of common errors you may run into when creating formulas. Click on the spanner icon to show the fixed version!

Invalid character

@"Lorem"
=
Invalid character "@". [0,1]

Expression expected

10 * (
=
Expression expected. [5,6]

Variable is not defined

lorem.length()
=
lorem is not defined. [0,5]

Property token or function expected

A valid character has been added and an expression is expected after it.

"Lorem".
=
Property token or function expected. [7,8]