Skip to main content

Expression

An Expression attribute supports derived or calculated information based on configured logic. It is used when a value should be determined from other available information instead of being entered manually by the user.

This helps reduce repeated entry, improve data consistency, and make business logic reusable. Expressions can support calculated values, contextual display, conditional behavior, and rule evaluation.

Use case: Process due-date or completion indicator

A project or process record may need to display whether an activity is on track, delayed, or due soon. Rather than requiring users to manually maintain that status, an expression can derive it from planned dates, actual dates, completion values, or another configured condition.

Example:

An expression can identify whether a planned completion date has passed while the work is still incomplete. The resulting value can be displayed on the record, used in a dashboard, or used as a condition for notification or escalation.