I have an existing Make scenario that automates task creation in Monday. The scenario stopped working after a column was accidentally deleted from a Monday.com board.
The error message is: [200] This column ID doesn't exist for the board [Error Code: InvalidColumnIdException / Error Details: {"column_id":"connect_boards4__1"}]
The scenario includes approximately 22 modules. Most are working correctly, but one or more modules are still referencing the deleted column ID connect_boards4__1 which needs to be updated to the new column.
What I need:
-
Identify all modules referencing the old column ID
-
Update them to use the correct existing column
-
Test the scenario to confirm it runs successfully