expression
The formula expression that computes the property's value. The expression uses Notion's formula syntax, which is similar to spreadsheet formulas.
Examples:
prop("Price") * prop("Quantity")- Calculates total costif(prop("Status") == "Done", "Complete", "In Progress")- Conditional logicconcat(prop("First Name"), " ", prop("Last Name"))- Text manipulation