Create dropdown values (api)

Good morning, I saw some time ago that there is no way to create new values ​​in the drop-down list via API, do you have any updates on that?

Thanks!

Hi @franklin.oliveira!

Great question-- yes we now have a create_labels_if_missing field that you can add to your mutations in order to create new labels.

For more information, you can check out my community announcement here.

Hope this helps!

4 Likes

hi @franklin.oliveira

Since some time you can create new values at the time you are writing to the dropdown column. In the change_column_value mutation there is an optional field that will create the labels if they are missing.

create_labels_if_missing: true

4 Likes

Good Morning!
Thanks for the answer, it helps a lot.

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.