CRUD dropdown with api monday

as I can manipulate column dropdown from api, I need to add delete and check if a value exists in dropdown, thanks for the help

Hi @fgonzalez, welcome to the community!

Correct me if I’m wrong but it sounds like you’re just looking to utilize our API to search for existing dropdown labels as well as delete the ones that are duplicated-- is that right?

If so, at this time, while we don’t currently support this functionality with our API, I would be more than happy to forward your feedback to our team for consideration.

The only other workarounds I can think of with our API is to follow this section in our API guide: https://monday.com/developers/v2#column-values-section-dropdown.

It tells you that if you try and use in a dropdown label that doesn’t exists with the change_column_value method, it will return an error. While rudimentary, this might work for you for now?

Thanks,
Helen

1 Like