Breaking changes: Bug fixes for column validations

We’ve recently made bug fixes that strictly validate column values in the API. Sending unexpected or invalid values will return an error. Make sure you review and implement the updates before then!

The bug fixes will impact the following columns:

  • Country column: The API will now strictly validate the country name.
  • Dependency column: The API will now only accept valid item IDs.
  • Dropdown column: The API value will now be case-sensitive.
  • Long text column: The API will have a hard limit of 2,000 characters.
  • Number column: The API will accept negative numbers.
  • People column: The API will now validate whether or not the input ID is a valid person or team.

To avoid errors, ensure you don’t have any typos and follow these new validation fixes!

1 Like