I’m working on an integration between our CRM and Coda via REST API.
Pretty much everything is working as it should with the exception of one row. Table grid-9CsD3MVEtU has a column for to-do items (which is a lookup for another table). When I ran a GET Request I saw that the to-do items are displayed as
"c-pxzRpI_TxI": "Todo1,Todo2,Todo3",
So I did the same for the POST Payload.
{
"column": "c-Qb_CrCZBhQ",
"value": "Todo1, Todo2, Todo3, Todo4"
}
},
But no items are posted. All other columns sent are working.