Updating rows with multi_contact cell?

Hello,

I'm using the Python API to update some rows as follows: copy cell values in specific columns from an old row, and append these to an update request as cells in the respective column for a new row.

This works for all but a contact column (with multi_contact enabled). I'm getting the error that I need to use ObjectValue instead of value, but I can't seem to build the objectValue manually, and copying the old_row.object_value into the new rows ObjectValue also doesn't work.

Does anyone know how to work around this? Thanks!

Best Answer

Answers