Skip to main content

Working with Status Column Indices

  • February 23, 2023
  • 2 replies
  • 744 views

I noticed that status columns are referenced by index, which is assigned based on status color. There was a previous post on this (Working with the Status Column), however it seems that the information is no longer available.

How can I query which labels belong to which index in a column of type “status”?

2 replies

basdebruin
  • Community Expert
  • February 24, 2023
{
  boards(ids: YOUR BOARD ID) {
    columns(ids: "status") {
      settings_str
      title
    }
  }
}

Matias.Monday
Forum|alt.badge.img
  • monday.com Team Member
  • February 26, 2023

Hello @nntcao, was that the information you needed?

Thank you @basdebruin !!!