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
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.