Does anyone know a quick way to query for an item’s name using the item’s itemId and the boardId it exists in?
Page 1 / 1
Hi @ianhunter373,
You can do so using an items
query as shown below (without the board ID).
query {
items (ids: [1234567890, 9876543210, 2345678901]) {
name
}
}
You can read more about items
here. Let us know if you have any other questions.
Best,
Rachel
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.