Monday Quickstart Integrations not working

I followed the steps for Integrations Quickstart and added the out-of-the box recipe to my board. But it gives the following error on my CLI -

“TypeError: Cannot read properties of undefined (reading ‘items’)
[0] at Object.getColumnValue (D:\Monday.com Apps\quickstart-integrations\src\services\monday-service.js:18:26)
[0] at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
[0] at async executeAction (D:\Monday.com Apps\quickstart-integrations\src\controllers\monday-controller.js:13:18)”

Hello there @ArkiTech,

It looks like you are trying to read some property inside an “items” object. This could fail because maybe you are trying to read that before getting the items, or maybe there are no items there at all for some reason.

Would you be able to please fill this form so our team can take a look into this? Please add as much detail about your case as possible.

Looking forward to hearing from you via the form!

Cheers,
Matias

1 Like

Hi @Matias.Monday , Actually the variable type was Int for $itemId variable, but it should be ID!. I made this change in the Quickstart - Integrations code and it worked. Maybe the Quickstart code needs to be changed?

1 Like

Hello there @ArkiTech sounds like it does!

I got in touch with the team in charge of it so it can be updated :grin:

Cheers,
Matias

hi @ArkiTech Where did you make this change?