Update: bug fix for select list options in the API

Following our recent select list launch - we had a bug where accessing the select list option from the row data returned by the API would require projecting out a “name” property from the cell value. Starting January 3rd 2023, select list options will be accessible using the cell value directly.

2 Likes

Hi! Please list things like this in the Coda API updates. My integration broke when the change happened, so I fixed it by projecting out the name property - and now it broke again without warning when you “fixed” it. Even though the change was not intentional, changes should be documented, after the fact if not otherwise.

@Nuutti_Kotivuori1 apologies for the breaking change - should have been put into an API patch version, my mistake. Updated the Coda API updates doc to reflect the fix.