Formula PRO for monday.com
  • Welcome
  • Getting Started
    • Installation and Setup
  • Basics
    • Supported columns
    • Available functions
    • Useful formulas
  • Errors and Gotchas
  • Support
Powered by GitBook
On this page
  1. Basics

Supported columns

PreviousInstallation and SetupNextAvailable functions

Last updated 2 months ago

COMPATIBLE COLUMNS

Check, Country, Creation Log, Date, Dropdown, Email, Formula, Hour, Item ID, Last Updated, Link to Item, Long Text, Numbers, Person, Phone, Rating, Status, Text, Timeline, Time Tracking, Vote, World Clock

Subitem Names and the Count of Subitems are also supported.

Column Values Fetched and Projected by Formula PRO.

Column
What is fetched
Example
Column
What is fetched
Example
Column
What is fetched
Example
Column
What is fetched
Example
Column
What is fetched
Example
Column
What is fetched
Example
Column
What is fetched
Example
Column
What is fetched
Example
Column
What is fetched
Example
Column
What is fetched
Example
Column
What is fetched
Example
Column
What is fetched
Example
Column
What is fetched
Example
Column
What is fetched
Example
Column
What is fetched
Example
Column
What is fetched
Example
Column
What is fetched
Example
Column
What is fetched
Example
Column
What is fetched
Example
Column
What is fetched
Example
Column
What is fetched
Example
Column
What is fetched
Example
Column
What is fetched
Example
Column
What is fetched
Example
Column
What is fetched
Example
Column
What is fetched
Example

INCOMPATIBLE COLUMNS

Autonumber, Color Picker, Mirror, Progress Tracking

FORMULA

Formula expression result

SUM(2,3) => 5

PEOPLE

ID:type:name separated by plus

"22590:person:Jack Reacher+33484:team:tech"

STATUS

Status index:Status label separated by plus

1:Done+2:Stuck

DATE

ISO 8601 date/time

"2013-02-08" or "2013-02-08 17:30:00" or "2013-02-08T17:30:00" (time must be in UTC)

PHONE

Phone number and ISO 2-letter Country code separated by colon

"42069420:US"

TEXT

Simple text

"Lorem ipsum dolor sit amet"

CHECKBOX

Boolean value

true if column is checked, false otherwise

NUMBERS

Simple numbers

123

COUNTRY

ISO 2-letter Country code:Country name

"UK" or "US"

DROPDOWN

id:labels separated by plus

1:test+2:test 2+3:test3 or “test”

EMAIL

Email address and displayed name separated by colon

"email@company.com:Company Inc."

FILE (read only)

One or more file names separated by plus

"document.doc" or "document.doc+data.xls"

HOUR

ISO 8601 time

"17:30"

LINK

Web address and displayed text separated by colon. Escape : occurrences in the URL with .

"https://monday.com:Monday" or "https://monday.com?key:value:Monday link including :"

LOCATION

Latitude, longitude and displayed text separated by colon

"45.438611:12.326667:London"

LONG_TEXT

Simple text

"Lorem ipsum dolor sit amet"

RATING

A number between 1 and the rating scale defined in the column

5

TAGS

One or more tag IDs separated by plus

"69420" or "69420+42069"

TIME_TRACKING (read only)

Time passed in HH:MM:SS format

01:23:45 for 1 hour, 23 mins and 45 secs

TIMELINE

Two ISO 8601 dates separated by plus

"2013-02-08+2013-02-20"

WEEK

Two ISO 8601 dates separated by plus starting at the beginning of the week defined in your account and ending 7 days later

"2013-02-08+2013-02-14"

WORLD_CLOCK

ISO timezone

"Europe/London"

ITEM NAME

Name of the item

"Item 1"

ITEM GROUP

Group of the item

"Group Title"

MIRROR

One or more values separated by plus

"69420" if only one item is linked or "69420+42069" if two items are linked

SUBITEMS