N8N Attachment Upload delivers error

I’m not sure if upgrading N8N or upgrading the community node created the issue but my attachments stopped working.
Using N8N Version 1.24.1
n8n-nodes-seatable 1.4.0
Running seatable 4.2.11

When trying to upload I get this error:
ERROR: existingAssetArray is not iterable

TypeError: existingAssetArray is not iterable
    at Object.upload (/root/.n8n/nodes/node_modules/n8n-nodes-seatable/nodes/SeaTable/v2/actions/asset/upload/execute.ts:109:50)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at Object.router (/root/.n8n/nodes/node_modules/n8n-nodes-seatable/nodes/SeaTable/v2/actions/router.ts:37:20)
    at Workflow.runNode (/usr/local/lib/node_modules/n8n/node_modules/n8n-workflow/dist/Workflow.js:698:19)
    at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/WorkflowExecute.js:656:53

The workflow used to work but can’t remember which version I was using but it was pre 1.4.0 where I read that there are some updates.
Here’s the node for the upload and what data it’s getting:

disabling “Append to column” fixes the issue.

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