I’ve encountered an issue in the last two days where an automation that I had set up off platform (on Make.com) no longer works. I was doing a fairly standard “create doc” in a specific column/item, however now recieve a PulseID is inactive error.
See below mutation:
mutation {
create_doc (location: {board: {item_id:9359575589, column_id: “doc_mkspbpra”}}) {
id
}
}
and below error:
[200] Cannot change column value for inactive items [ Error Code: ColumnValueException / Error Details: {“board_id”:9359575514,“inactive_pulse_ids”:[“9359575589”]} ]
The Item is definitely not inactive, so I think the error code is misleading us here. In any case, the automation is failing. Does anyone have any suggestions?
Adam