Item Level Template
Create a document that includes the information of a specific item of your board.
Last updated
Create a document that includes the information of a specific item of your board.
Last updated
You're in the Helpcenter for Version 1 of our app! Version 2 is now available with enhanced features and a new user interface. 🎉
Need info on Version 2? Access the
Want to upgrade or find out which version you have?
Create your own template from scratch or customize one of your existing business documents in Microsoft Word format (.docx).
Put placeholders where you want to include data from your monday board.
To retrieve general information, add placeholders within two curly braces.
Examples:
{{User.name}}
– Name of monday user
{{Board.name}}
– Name of monday board
Please browse our to find a list of the most common placeholders along with detailed information.
To retrieve the value from a specific item (row) in your board, the placeholder consists of the prefix “Item.” and the column title within two curly braces: {{Item.ColumnTitle}}
Examples:
{{Item.Status}}
– data from an item’s status column
{{Item.Due Date}}
– an item’s due date