n8n and Airtable update record error
Hi everyone, I have several automations on n8n self hosted that have been working perfectly up until today (I guess the new update). Now when I try to pass numerical data from n8n to airtable I am getting the following error; Invalid input for 'Lifetime View Count' [item 0] 'Lifetime View Count' expects a number but we got '42643' Error details n8n version 1.74.1 (Self Hosted) Time 1/16/2025, 12:10:00 PM Stack trace ExpressionError: Invalid input for 'Lifetime View Count' [item 0] at validateValueAgainstSchema (/usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/node-execution-context/utils/validateValueAgainstSchema.js:117:15) at ExecuteContext._getNodeParameter (/usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/node-execution-context/node-execution-context.js:225:82) at ExecuteContext.getNodeParameter (/usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/node-execution-context/execute-context.js:30:93) at ExecuteContext.execute (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/Airtable/v2/actions/record/update.operation.js:78:52) at ExecuteContext.router (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/Airtable/v2/actions/router.js:58:79) at ExecuteContext.execute (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/Airtable/v2/AirtableV2.node.js:21:38) at WorkflowExecute.runNode (/usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/WorkflowExecute.js:632:42) at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/WorkflowExecute.js:872:62 at processTicksAndRejections (node:internal/process/task_queues:95:5) at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/WorkflowExecute.js:1206:20 Anyone else experiencing this currently and/or have a fix? As I mentioned, up until today these automations have been working perfectly on a daily basis for about a month.