Actions126
- Item Actions
- Create or Update Item
- List Items in a Board
- Search Items by Filter
- Upload files to column
- Update Column Values of an Item
- Duplicate an Item
- List Items in a Group
- Get Item Activity Logs
- Create an Item
- Delete an Item
- List Item Subscribers
- Get an Item
- Create an Item
- Update Column Values of an Item
- Delete an Item
- Duplicate an Item
- List Items in a Group
- List Item Subscribers
- Get Item Activity Logs
- Get an Item
- Create an Item
- Create or Update Item
- Delete an Item
- List Items in a Board
- Search Items by Filter
- List Item Subscribers
- Upload files to column
- Get an Item
- Update Column Values of an Item
- Create or Update Item
- Duplicate an Item
- List Items in a Board
- List Items in a Group
- Search Items by Filter
- Get Item Activity Logs
- Upload files to column
- Board Actions
- Create a Board
- Duplicate a Group
- List Board Subscribers
- Remove Board Subscribers
- List Boards
- Get a Group
- List Activity Logs
- Remove Board Subscribers
- List Boards
- Create a Board
- List Activity Logs
- Add Board Subscribers
- List Boards
- List Board's Groups
- Create a Group
- Get a Board
- Get a Group
- Duplicate a Board
- List Activity Logs
- Add Board Subscribers
- List Board's Groups
- Create a Board
- Create a Group
- Get a Board
- Duplicate a Group
- Duplicate a Board
- List Board Subscribers
- Add Board Subscribers
- List Board's Groups
- Create a Group
- Get a Board
- Get a Group
- Duplicate a Group
- Duplicate a Board
- List Board Subscribers
- Remove Board Subscribers
- Update Actions
- Team Actions
- Download File Actions
- User Actions
- Query Actions
- Notification Actions
Overview
This node interacts with Monday.com boards and groups, specifically providing the ability to retrieve details of a specific group within a selected board. It is useful for workflows that need to access or manipulate group data on Monday.com boards, such as project management or task organization scenarios. For example, a user can fetch a group's details to analyze its properties or use the data in subsequent automation steps.
Use Case Examples
- Retrieve details of a specific group in a Monday.com board to display group information in a dashboard.
- Fetch a group by its ID to update or process its tasks programmatically.
Properties
| Name | Meaning |
|---|---|
| Board | The Monday.com board from which to select the group. This is required to scope the group selection to a specific board. |
| Group ID | The specific group within the selected board to retrieve details for. This is required and can be selected from the list of groups loaded dynamically based on the selected board. |
Output
JSON
id- The unique identifier of the group.title- The title or name of the group.
Dependencies
- Requires an API key credential for Monday.com API access.
Troubleshooting
- Ensure the API key credential is correctly configured and has the necessary permissions to access the board and group data.
- Verify that the Board ID and Group ID are correctly specified and exist in the Monday.com account.
- Common errors include missing API key, invalid board or group IDs, and permission issues. These can be resolved by checking credentials, input parameters, and user permissions.
Links
- Monday.com API Documentation - Official documentation for Monday.com API, useful for understanding available queries and mutations.