Skip to main content

Hello, I am attempting to perform a webhook zapier to get the value of the columns in all the subitems of an item.


Monday currently has a get subitem request on zapier however it only gets one subitem.


This is the query I have setup


and I am getting this error

Hello there @winona and welcome to the community!


I hope you like it here 💪


You do not need to pass an “ids” argument to column_values.


A query like this one should work for you:


{boards(ids: 1111111111) { items(ids: 1234567890) { subitems { column_values { value text } } } } }


Cheers,

Matias


Reply