Problem with baserow link

good morning, I would like to ask something, has anyone managed to use baserow’s link to table with an auto-incremented field? like the auto number or the uuid? I’m trying to integrate with n8n but it returns this error:
{ “error”: “ERROR_REQUEST_BODY_VALIDATION”, “detail”: “Field of type autonumber is read only and should not be set manually.” }

Share the output returned by the last node

Information on your n8n setup

  • n8n version: 1.44.1
  • Database : postgres
  • n8n EXECUTIONS_PROCESS setting (default: own, main): main
  • Running n8n via (Docker, npm, n8n cloud, desktop app): docker
  • Operating system: ubuntu server

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hey @Miguel_Lopes,

Welcome to the community :tada:

Looking at the error message Baserow is saying you can’t manually set the Autonumber field type as it is read only. It may be worth confirming with Baserow to see if this is possible.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.