Im using column_values to get all columns from a specific pulseId and I’m not getting the first column “Contacts”. All other columns are retrieved. What am I doing wrong?
{
items(ids: 4218053704) {
column_values {
column {
id
title
}
id
type
value
}
}
}