Skip to main content

Update columns values in Python

  • December 23, 2020
  • 3 replies
  • 3501 views

Sima

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

This topic has been closed for replies.

3 replies

AlexSavchuk
Forum|alt.badge.img
  • monday.com Team Member
  • December 24, 2020

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


Sima
  • Author
  • New Participant
  • December 24, 2020

Thanks Alex, I’ll check it


  • March 10, 2021

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