Hi there!
I’m experiencing challenges with automating connections between boards created from Managed Templates in Monday.com using Make.com scenarios.
Current Setup
- Using Monday.com Enterprise
- Have a Make.com scenario that creates two sub-boards when a new project item is created
- The sub-boards are created from Managed Templates
- Need to automatically connect items in sub-boards to the main project item
Technical Details
The GraphQL mutation works successfully in Monday’s API Playground:
mutation {
change_multiple_column_values(item_id:1759049879, board_id:1593121308, column_values: "{\"connect_boards6__1\" : {\"item_ids\" : [\"1782943393\", \"1782943394\"]}}") {
id
}
}
Issues Encountered
- The Make.com “Update Column” module doesn’t display the connect boards column
- Using the “Execute a GraphQL Query” module with the same mutation returns an error
- The problem seems to stem from Make.com’s limited access to columns connected to Managed Templates
Question
- Does anyone know how to enable access to Make or through a GraphQL query to a column of connected panels to which a template boards is connected?
- Does anyone have another idea how to automatically create sub-panels for a project and connect the items in them?
thank you very much!