n8n - 💡(How to fix) Fix persistent error [2 comments, 3 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
n8n-io/n8n#28286Fetched 2026-04-11 06:30:58
View on GitHub
Comments
2
Participants
3
Timeline
10
Reactions
0
Author
Timeline (top)
labeled ×3commented ×2mentioned ×2subscribed ×2

Error Message

Describe the problem/error/question

I cannot get rid of this error even if i refresh, delete or create it again.

What is the error message (if any)?

  • error: all

Code Example

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
⚠️ WARNING ⚠️ If you have sensitive data in your workflow (like API keys), please remove it before sharing.
RAW_BUFFERClick to expand / collapse
<!-- Please follow the template below. Skip the questions that are not relevant to you. -->

Describe the problem/error/question

I cannot get rid of this error even if i refresh, delete or create it again.

What is the error message (if any)?

Problem in node ‘Append row in sheet3‘ Column names were updated after the node's setup

Please share your workflow/screenshots/recording

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
⚠️ WARNING ⚠️ If you have sensitive data in your workflow (like API keys), please remove it before sharing.

{ "nodes": [ { "parameters": { "authentication": "serviceAccount", "operation": "append", "documentId": { "__rl": true, "value": "1Z0QRfnpa0re-lRORzyQyEHlsaz-uKG-2JRhG_LJOUm0", "mode": "list", "cachedResultName": "Hubs Insurer Links", "cachedResultUrl": "https://docs.google.com/spreadsheets/d/1Z0QRfnpa0re-lRORzyQyEHlsaz-uKG-2JRhG_LJOUm0/edit?usp=drivesdk" }, "sheetName": { "__rl": true, "value": 712260607, "mode": "list", "cachedResultName": "premium", "cachedResultUrl": "https://docs.google.com/spreadsheets/d/1Z0QRfnpa0re-lRORzyQyEHlsaz-uKG-2JRhG_LJOUm0/edit#gid=712260607" }, "columns": { "mappingMode": "defineBelow", "value": {}, "matchingColumns": [], "schema": [ { "id": "Applicant Id", "displayName": "Applicant Id", "required": false, "defaultMatch": false, "display": true, "type": "string", "canBeUsedToMatch": true }, { "id": "Name", "displayName": "Name", "required": false, "defaultMatch": false, "display": true, "type": "string", "canBeUsedToMatch": true }, { "id": "Email", "displayName": "Email", "required": false, "defaultMatch": false, "display": true, "type": "string", "canBeUsedToMatch": true }, { "id": "Colfire", "displayName": "Colfire", "required": false, "defaultMatch": false, "display": true, "type": "string", "canBeUsedToMatch": true }, { "id": "Beacon", "displayName": "Beacon", "required": false, "defaultMatch": false, "display": true, "type": "string", "canBeUsedToMatch": true }, { "id": "Bankers", "displayName": "Bankers", "required": false, "defaultMatch": false, "display": true, "type": "string", "canBeUsedToMatch": true }, { "id": "CGU", "displayName": "CGU", "required": false, "defaultMatch": false, "display": true, "type": "string", "canBeUsedToMatch": true }, { "id": "General Accident", "displayName": "General Accident", "required": false, "defaultMatch": false, "display": true, "type": "string", "canBeUsedToMatch": true }, { "id": "Nagico", "displayName": "Nagico", "required": false, "defaultMatch": false, "display": true, "type": "string", "canBeUsedToMatch": true }, { "id": "Sagicor", "displayName": "Sagicor", "required": false, "defaultMatch": false, "display": true, "type": "string", "canBeUsedToMatch": true }, { "id": "Tatil", "displayName": "Tatil", "required": false, "defaultMatch": false, "display": true, "type": "string", "canBeUsedToMatch": true } ], "attemptToConvertTypes": false, "convertFieldsToString": false }, "options": {} }, "type": "n8n-nodes-base.googleSheets", "typeVersion": 4.7, "position": [ 3744, -2544 ], "id": "0c9e27e9-6bd1-4ecf-a0b6-4b284893f904", "name": "Append row in sheet3", "executeOnce": true, "credentials": { "googleApi": { "id": "hUyNRdNDiSMnGAX8", "name": "Incus Service account" } } } ], "connections": {}, "pinData": {}, "meta": { "templateCredsSetupCompleted": true, "instanceId": "a7878173fd6a5481fbf19e589efda9f84df67c2c5602c9b50d3d8206c4d1d621" } }

Share the output returned by the last node

<!-- If you need help with data transformations, please also share your expected output. -->

Column names were updated after the node's setup Refresh the columns list in the 'Column to Match On' parameter. Updated columns: General Accident -> Colfire, Nagico -> General Accident, Sagicor -> Nagico, Tatil -> Sagicor

Debug info

core

  • n8nVersion: 2.8.3
  • platform: docker (self-hosted)
  • nodeJsVersion: 22.22.0
  • nodeEnv: production
  • database: postgres
  • executionMode: scaling (single-main)
  • concurrency: -1
  • license: enterprise (production)

storage

  • success: all
  • error: all
  • progress: false
  • manual: true
  • binaryMode: database

pruning

  • enabled: true
  • maxAge: 336 hours
  • maxCount: 10000 executions

client

  • userAgent: mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/146.0.0.0 safari/537.36 edg/146.0.0.0
  • isTouchDevice: false

Generated at: 2026-04-10T06:58:11.354Z}

extent analysis

TL;DR

Refresh the columns list in the 'Column to Match On' parameter to resolve the issue caused by updated column names.

Guidance

  • The error message indicates that column names were updated after the node's setup, which is causing the issue.
  • To fix this, refresh the columns list in the 'Column to Match On' parameter.
  • Specifically, update the columns list to reflect the changes: General Accident -> Colfire, Nagico -> General Accident, Sagicor -> Nagico, Tatil -> Sagicor.
  • Verify that the node is working correctly after refreshing the columns list.

Notes

The issue seems to be related to the node's configuration not being updated after changes were made to the column names.

Recommendation

Apply the workaround by refreshing the columns list in the 'Column to Match On' parameter, as this should resolve the issue caused by the updated column names.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING