Updated_at value doesn't change after changing value

Hi,

Today I realised that updated_at attribute doesn’t update appropriately when changing item column in Monday.com.

Consider running this query:

query {
  boards(ids: [6068264184]) {
    items_page(limit:100 query_params: {rules: [{
      column_id: "checkbox7", compare_value: [null], operator: is_not_empty}]}) {
      items {
        name
        updated_at
      }
    }
  }
}

My result looks something like this:

"items": [
	{
		"name": "VB1/2.tbd",
		"updated_at": "2024-02-15T02:08:54Z"
	},
		{
		"name": "item2...",
		"updated_at": "some_date..."
	}
]

But then after running this query if I go to the board and I change one of the columns inside “VB1/2.tbd” item then the updated_at value will remain the same. The only way to trigger the change of updated_at is to rename the item. Shouldn’t updated_at flag be the indicator when anything on the item changed? I am using 2023-10 but the same behaviour is happening when using 2024-01 API version.

Hello there @josipbernat,

If you are still experiencing this, please fill this form and our team will take a look into this!

Cheers,
Matias