Changes Rollup Multiple Boards and AutoID Column
Announcements 0 replies 0 likes 0 votes 486 viewsRollup Multiple Boards
The recipe for creating down-level boards has been changed and supports user-defined format of the down-level board name.

This format is a text box where you can enter your own text and specific fields. Fields are written between curly brackets, available fields are:
- {year} - the current year in 4-digit notation
- {quarter} – the current quarter
- {month} - the current month in 2-digit notation
- {day} – the current day (0-31)
- {columnid} – the value of the specified column
Warning: {columnid} needs to be of type: name (leftmost column), text, status, date, board-relation or lookup. You can find the columnids by activating Developer mode in monday.com. (Avatar > monday.labs > Developer mode > Activate).
The format field can’t be left empty. If you enter just a space in the format field the default format will be used which is “Item name – Status value”. See also detailed document page 5.
To make use of this new recipe you have to update the app (Avatar > admin > apps - click update). After the update the existing recipe will still appear on your board. You can delete the existing recipe and replace this with the new recipe any time you want.
AutoID Column
A new field is added to the fields used in the configuration of the AutoID. The field {day} outputs the day of the month (0-31). The detailed document is also updated.