Hi,
Is there a way I can differentiate (or) query for the new item description column. When I query for column_values I’m getting response like
{
"column": {
"title": "monday Doc v2"
},
"id": "monday_doc_v2_mkkmry5r",
"type": "unsupported",
"value": null
}
Here the issue is there is no unique key for me to tag the returned column specifically as item description. I noticed the id is changing for different boards, also I doubt if I can rely on the prefix monday_doc_v2
. Type is returned as unsupported
however as per docs there can be more unsupported columns possible - Column types reference
So is there any other way I can uniquely identify a item description column?