[RELEASED] Change_column_value with dependent_on column

Hi,

Looking for a solution to update a dependent_on column via api.

Attempted update with api method change_column_value to update a dependent_on type column, but received the following error below.

Is there another api method that could be used to update the column or am i doing something wrong? Looks like it’s currently not supported through change_column_value method.

Request:
mutation {
change_column_value(board_id: 1105398129, item_id: 1107380399, column_id: “dependent_on”, value: “{“linkedPulseId”: “1107380308”}”) {
id
}
}

Response:
{
“error_code”: “ColumnValueException”,
“status_code”: 200,
“error_message”: “This column type is not supported yet in the api”,
“error_data”: {
“column_type”: “DependencyColumn”
}
}

Hi @harj.sandhu, welcome to our community!

At this time, you are correct in that our Dependency column does not support mutations.

However, I would be more than happy to forward your feedback to our Product team so that they may take this into consideration.

Hi Helen,

Thanks for the quick reply. Yes please forward to your product team.

Thanks

2 Likes

Hey @harj.sandhu – you can now update the dependency column with the monday.com API.

Check out the new release in our Changelog here: Dependency Column

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.