How should I update columns values in Python.
I tried different ways and got Error 500.
This is one of formats I tried (where description is of Long Text type column):
query_update = ‘mutation { change_column_value (board_id:, item_id:, column_id:“description”, value:“test update”) { id } }’
As we’d discussed, the issue here was related to specififying "text’ as description was a Long Text column That said, I did want to share a few more Python-based examples with you, as promised on the call: