Since the 2023-10 API update. Our API has no longer been returning the values of connected columns as text. The only way we can retrieve the information is by using value, which only returns the item ID in a list and not the text value.
Am I doing something wrong or is this part of the update?
query {
items (ids: 12345) {
column_values {
value
text
}
}
}