Shay
July 29, 2024, 11:02am
1
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
n8n
July 29, 2024, 11:32am
2
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:
Shay
July 29, 2024, 5:02pm
3
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
Kaol
July 29, 2024, 9:32pm
4
Try to change to strig wih id, or array id(s) to related table.
system
Closed
October 27, 2024, 9:32pm
5
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.