Create column
The monday.com Create Column tool enables users to effortlessly add new columns to their monday.com boards, enhancing project organization and customization. It supports a wide variety of column types, allowing tailored data management for diverse workflows.
Features
- Supports creation of multiple column types including text, date, status, dropdown, and more.
- Allows specifying detailed column titles and descriptions for clarity.
- Enables custom column settings via JSON configuration for advanced customization.
- Integrates seamlessly with monday.com boards by using board-specific IDs.
- Facilitates automation and improved project tracking by expanding board functionality.
Benefits
- Improves project management efficiency by enabling precise data categorization.
- Enhances team collaboration through clearly defined and customized columns.
- Saves time with automated column creation, avoiding manual setup.
- Allows flexible board adjustments to match evolving workflow requirements.
- Boosts data accuracy and accessibility within monday.com environments.
Description
Create a new column in a monday.com board
Parameters
5 parameters
| Name | Type | Description |
|---|---|---|
| boardIdrequired | number | The id of the board to which the new column will be added |
| columnTyperequired | enum | The type of the column to be created |
| columnTitlerequired | string | The title of the column to be created |
| columnDescription | string | The description of the column to be created |
| columnSettings | string | Column-specific configuration settings as a JSON string. Use the get_column_type_info tool to fetch the JSON schema for the given column type. |