Creating drop downs with default option

Hi everyone! :wave:

I want to create drop down with default options, I have tried with defaults option but it is not working. Would anyone be able to help me out? :grin:

Steps to reproduce

  1. Embed the SDK in an app
  2. Call mutation { create_column(board_id: <bordId>, title: "DropDown 3", column_type: dropdown, defaults: "{\"labels\":[\"My label\"]}") { id } }
  3. See the request fails
  4. Only create column without any default label

Expected behavior
There should be new column with default value which passed in default labels.

Cheers!

1 Like

Hi @SV_Laia :wave:

I gave it a shot myself and, all be darned, you’re right - it doesn’t seem seem to work!

I’ve since reached out to our developers and they were able to confirm that defaults is a non-functioning argument for the create create_column field and was not intended to be publicly visible. Because of this, they’ll be hiding it in the coming days.

My apologies for any confusion or frustration related to this. Thank you so much for taking the time to bring this to our attention :slight_smile:

-Scott

1 Like

Hi @Scott-monday.com :grin:

Now everything makes sense! :sparkles: It would be amazing if we could have this option later in the future! Thanks for taking the time to have a look at my post :bangbang:

Cheers.

1 Like