Hi there, I’ve got a problem based on that part of the documentation monday.listen .
When I trying to log out list itemIds. I only got list ids from first group of the board.
useEffect(() => {
monday.listen(“itemIds”, (res) => {
const itemIds = res.data;
console.log(itemIds);
});
}, );
Could you help me check from my board that I’ve used. BoardId: 3809175778
Thanks.
Monday.listen("itemIds", callback) problem
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.