Skip to main content

How to add a value to an existing column list

  • December 1, 2023
  • 3 replies
  • 272 views

Hi everybody,

On a board, we have a column with 3 values for example red; green and blue.
Users can only select one value.

Now we want to add a new value “pink” to our list value using the playground .

Is there a simple way to add this new value and not update an item with this new value with create_labels_if_missing option !?

And how to delete a value from a column list ? For example i do not want blue value anymore.

Thank you

3 replies

  • Participating Frequently
  • December 1, 2023

There is no way to add or remove a status column label with the API, beside the create_labels_if_missing directive on a change_column mutation.

Sorry, we all wish there was this capability today.


  • Author
  • Participating Frequently
  • December 1, 2023

Thx cody for your answer ! 🥲


Matias.Monday
Forum|alt.badge.img
  • monday.com Team Member
  • December 3, 2023

Thank you for the help @anon29275264 !!!