Hi,
I’m developing an app for our company to facilitate an import from excel, and I ran into an issue when trying to update multiple values at once.
If I try to run the following query the API throws an error 500:
mutation {
change_multiple_column_values(
item_id: ***,
board_id: ***,
column_values: “{"jun":0.01,"totaal_b_s":1234.56,"laatste_inloop":{"date":"2020-06-01"}}”
) {
updated_at
}
}
(I anonymised the item & board id)
I already emailed support a few days ago and they said they would put it trough to tech support but have not heard anything back yet.