How can I send data to a field in Airtable that is linked to another entry?

Hello everyone,

I am encountering an issue when trying to send data to a linked field in Airtable using n8n. I have tried using the Airtable node as shown in the screenshot (I will attach the screenshot), and I have also attempted to send the data via an HTTP request, but neither approach has worked.

Does anyone have any suggestions on how to resolve this issue?

My workflow :

Information on your n8n setup

  • **n8n version: Version 1.45.1 **
  • **Database : Airtable **
  • **n8n EXECUTIONS_PROCESS setting (default: own, main): own **
  • **Running n8n via : cloud **
  • Operating system: macOS

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:

actually I need to edit “readOnly” but I don’t know how :
{
“id”: “Createurs”,
“displayName”: “Createurs”,
“required”: false,
“defaultMatch”: false,
“canBeUsedToMatch”: true,
“display”: true,
“type”: “string”,
“readOnly”: true,
“removed”: false
},
{
“id”: “Vues”,
“displayName”: “Vues”,
“required”: false,
“defaultMatch”: false,
“canBeUsedToMatch”: true,
“display”: true,
“type”: “number”,
“readOnly”: false,
“removed”: false
},

This is my json workflow

Try to change to strig wih id, or array id(s) to related table.

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