Hello,
I’ve been sending queries from a VBA macro in Excel, as I need to ensure my board is in sync with an excel file I get each week. I can’t figure out how to create a query with change_multiple_column_values. This is what I’m sending to the API and just get a 400 error.
{“query”:“mutation { change_multiple_column_values ( board_id: XXXXXXXX, item_id: XXXXXXXX, column_values: “{“oppty_owner_name”: “TEST NEW”}” ) { id }}}”
Few questions:
- Do I have to have the “query”: or, can I just start with mutation?
- Can anybody tell me what’s wrong with the query?
Thanks,
Chris