I run into a situation where I need to get possible labels in the dropdown column through API.
Is there an option to get that values?
Page 1 / 1
Hello there @mpsujek,
Yes! You can get the possible labels in a dropdown column with a query like this one:
{
boards(ids: 1234567890) {
columns(ids: "dropdown_9") {
settings_str
}
}
}
I hope that helps!
Cheers,
Matias
Thank You 🙂 that’s help
Hi!
I am glad it does 🙂
Let us know if you have any other questions!
Cheers,
Matias
Reply
Login to monday.com
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.