Integration API error: "There is no field with type 'Name'"

I can’t find any reference in the Integrations API docs to a “Name” type – What does this mean?

Apparently, this exact field needs to exist in every DB in the schema:

  "name": {
    "type": "text",
    "name": "Name",
  }

Perhaps the API docs could be updated to make this clear?

Also the error message above is misleading. :unamused:

Hi!
it’s mentioned in docs slightly, but maybe it has to be more clear indeed :sweat_smile:

2 Likes