Hello. Can anyone help me with this one? I have this creation of item via c#.
da is the date column id
dueDate is “2022-08-16”
string query = "{"query" : "mutation { create_item (board_id: " + boardId + “, group_id: \\"” + groupId + “\\" , item_name: \\"” + name + “\\", column_values: {\\"” + da + “\\": {text: \\"” + dueDate + “\\"}}) { id } }"}”;
But respond an error which is
{“errors”:[{“message”:“Parse error on "date" (STRING) at [1, 125]”,“locations”:[{“line”:1,“column”:125}]}],“account_id”:7398594}