Skip to main content

Hi,


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 } }’


Thanks,

Sima

Hey @Sima


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:


https://community.monday.com/t/python-code-example-importing-existing-zendesk-tickets-using-the-api/3092/3




Let me know if those help!


-Alex


Thanks Alex, I’ll check it


This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.