I refreshed the sheet and n8n many times, reset the node, and there’s no solution here?
Just to let y’all know, on the n8n sheet node, even the tiny yellowish warning and refresh icon are not appearing.
Error showing while executing ”Column names were updated after the node’s setup.”
instead of using dedicated node you can use http request node its more fast and live a bit trickey to set up but might work
Yeah, sometimes the schema cache gets completely stuck and the refresh button bugs out.
Fastest fix: Delete the Google Sheets node and add a brand new one.
That forces a hard fetch of the new columns immediately.
If you really can’t delete it, try changing the “Data Mode” or “Raw Data” toggle and back. That sometimes kicks it.
Let me know if the fresh node sees them.
Have you tried just closing the workflow completely and reopening it? I know it sounds dumb but the sheets node caches column names pretty aggressively and sometimes the in-memory state just gets wedged, closing the editor tab and coming back fresh can unstick it when the refresh button won’t.
If that doesn’t work the other thing to check is whether you renamed columns or added new ones in the middle of existing columns rather than at the end, the node can get confused about column ordering when that happens. What does your actual sheet structure look like now vs when you first set up the node?