Type
Text
Calculate String Length: Count Characters in Text
Option 1)
prop("Text").length()
Option 2)
length(prop("Text"))
Note: Both options produce the same output. Dot notation
& function notation
can be used interchangeably when calling string methods in Notion formulas.