Dropdown import data via API

Hi,

I need to send a list of suppliers to the drop down selection. I am reading the API documentation for the dropdown and I am having difficulty of understanding how to push new values. The only part I see is how to set values which is not what I want to do.

Maybe I am missing the full picture, any help greatly appreciated!

Thanks!

Hello there @LBelanger and welcome to the community!

I hope you like it here :muscle:

You can use a mutation like this one for that:

mutation {
  change_simple_column_value(item_id: 1234567890, board_id: 1122334455, column_id: "dropdown", value: "Something", create_labels_if_missing: true) {
    id
  }
}

Hope it helps!

Cheers,
Matias

Hey Thanks,

I am exhausted by searching for subitem column value changes, simliar you shared for change_simple_column_value can you please let us know ?

How we can change column value (dropdown,status) for subitem mutation query?

ERROR: i found an error when i try to change subitem column value using above mutation but unable to figure out how to do?

Please help me out on this …