I have more than 6000 subitems on my monday.com board. How can I fetch the count of subitems in a one go using query.
Page 1 / 1
Hello @Shreyas13398,
You can get the count by running this query:
{
boards(ids: SUBITEM_BOARD_ID) {
items_count
}
}
Thanks. It worked.
Thank you @kolaai !!!
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.