Skip to content

Monday board groups

Description

The Monday Board Group represents a logical collection of items (rows) in a Monday.com board. These groups help organize tasks, tickets, or project phases under different labels like “To Do”, “In Progress”, etc.

The Monday Board Groups activity enables users to automate the retrieval, creation, and deletion of groups within a board, supporting dynamic workflow scenarios.

Use case: Based on task status or project metadata, workflows can dynamically create groups like “Blocked Tasks” or “Q4 Features” using data from another activity. You can also clean up unused groups by integrating with audit logic or external systems.

Input

Only applicable for Create and Delete operations.

Output

Output TypeFormatDescription
DataJSONList of board group objects

Configuration Fields

Field NameDescription
ConnectionRequired. Monday.com connection for authentication.
OperationRequired. Type of operation: Get All, Create, or Delete.
Board IDRequired. Select the board on which the group operation should be performed.
Group NameRequired only for Create. Name of the new group to be created.
Group IDRequired only for Delete. ID of the group you want to remove.

Sample Input

OperationBoard IDGroup NameGroup ID
Get Allboard_1234
Createboard_1234Q3 Projects
Deleteboard_1234group_blocked

Sample Configuration

FieldValue
connection.idmon123
connection.nameMonday Prod
operationCreate
boardId456789
groupNameMarketing Tasks

Sample Output

idtitlecolorarchiveddeleted
group_4Marketing Tasks#ffcc00falsefalse