When using the API to create or update rows, what format should I be using to pass values for a lookup table column? I’ve tried passing the values back as a comma-separated list, and it results in the column appearing to be populated with the correct values, except that each cell has the little red error triangle, with the message that it’s not a valid row reference, even though that value matches the display column. I’ve also tried passing the row IDs, and this didn’t work either. The format I’m using is:
{
'column': '<Lookup Column Name>',
'value': <lookup display value A>,<lookup display value B>
},