Skip to content

Formula column automations

Automations designed to support formula columns include [formula] in their sentence, e.g.:

Formula column example automation

Notes about formula column automations

  1. All formula operations are supported.

  2. Formulas referencing mirror columns are partially supported. In case you get an error that your formula is not supported, you have two options:

    • Clone mirror column to a standard column using mirror column automation and use this standard column in the formula.
    • Contact us, and we’ll do our best to support your formula as soon as possible.

Supported date formats (formula to date column)

When copying a formula result to a date column, the formula must return a string in one of the following formats:

ExampleFormat
2026-06-05T12:00:00ZISO 8601
2026-06-05yyyy-MM-dd
Jun 05, 2026MMM dd, yyyy
05, June 5th 2026dd, MMMM Do yyyy
Thursday, June 5th 2026dddd, MMMM Do yyyy
05 Jun, 2026dd MMM, yyyy
05, Jun, 2026dd, MMM, yyyy
Jun 05, 2026, 3:30 PMMMM dd, yyyy, h:mm a
June 05, 2026, 3:30 PMMMMM dd, yyyy, h:mm a
Jun 05, 3:30 PMMMM dd, h:mm a

All formats with time also support timezone suffixes (e.g. EST, PST, CET).

Formula automation change trigger

The app supports triggering automations when a formula column recalculates. This is useful when you want to keep a formula column and its copied value synchronized automatically.

The automation triggers whenever the formula is recalculated. This does not necessarily mean that the formula result has changed.

Limitations

The formula change trigger will not activate in the following situations:

  1. When formula references {Group} and group changes
  2. When formula references {Board} and board name changes
  3. When formula references {Name} and board name changes
  4. When formula references {Person#Names}, {Person#Emails} or {Person#PhoneNumbers} and person’s name, email or phone number changes
  5. When TODAY() function gets recalculated

All other scenarios are supported, including nested formulas and formulas that reference mirror columns.