Hello!
I am trying to update a column in a specific smartsheet using the update_column method from the Python SDK. I keep getting the error:
{"response": {"statusCode": 400, "reason": "Bad Request", "content": {"errorCode": 1032, "message": "The attribute(s) column.id are not allowed for this operation."}
But, if I set the column.id property to None, it says that the Column ID cannot be None.
Any thoughts?