I've found that answer about retrieving phase field values:
Unfortunately, it seems that StatementFields are not included in the in the normal fields list of a card. How can I retrieve the value of a StatementField?
I've found that answer about retrieving phase field values:
Unfortunately, it seems that StatementFields are not included in the in the normal fields list of a card. How can I retrieve the value of a StatementField?
Best answer by diogo.pessoa
Hello Karoline,
StatementField does not have content in them, they are just references to other fields, you can see the reference of those fields by the description, as I show below:
The query to bring up those info is:
{
card(id: "666341506") {
id
title
pipe {
id
name
}
fields {
field {
id
description
}
}
current_phase {
fields {
index_name
index
id
label
description
internal_id
type
options
custom_validation
help
phase {
name
}
}
}
}
}
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.