n8n - 💡(How to fix) Fix n8n workflow corrupted: editor cannot open and all updates fail with propertyValues[itemName] /d[g]is not iterable [1 comments, 2 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#28998Fetched 2026-04-24 06:12:48
View on GitHub
Comments
1
Participants
2
Timeline
4
Reactions
0
Timeline (top)
commented ×1labeled ×1mentioned ×1subscribed ×1

Error Message

Describe the problem/error/question

What is the error message (if any)?

  • error: all

Code Example

{
  "nodes": [
    {
      "name": "Schedule Deferred Queue 9AM",
      "type": "n8n-nodes-base.scheduleTrigger"
    },
    {
      "name": "Select Deferred Cutoff Queue",
      "type": "n8n-nodes-base.postgres"
    },
    {
      "name": "Block PC_OVERRIDE Deferred",
      "type": "n8n-nodes-base.if"
    },
    {
      "name": "Run Deferred Lead Outreach",
      "type": "n8n-nodes-base.executeWorkflow"
    }
  ],
  "connections": {
    "Schedule Deferred Queue 9AM": { "main": [[{ "node": "Select Deferred Cutoff Queue", "type": "main", "index": 0 }]] },
    "Select Deferred Cutoff Queue": { "main": [[{ "node": "Block PC_OVERRIDE Deferred", "type": "main", "index": 0 }]] },
    "Block PC_OVERRIDE Deferred": { "main": [[{ "node": "Run Deferred Lead Outreach", "type": "main", "index": 0 }]] }
  }
}

---

[
  {
    "queue_id": "75",
    "lead_id": "0df944ec-3fdc-4820-99a6-d6tr776bc03b",
    "lead_status": "Deferred - Outside Business Hours",
    "next_contact_at": "2026-04-23T13:05:00.000Z"
  },
  {
    "queue_id": "76",
    "lead_id": "0000b5b6-b159-40cb-g5b6-ea9b0ef35ac2",
    "lead_status": "Deferred - Outside Business Hours",
    "next_contact_at": "2026-04-23T13:05:00.000Z"
  },
  {
    "queue_id": "70",
    "lead_id": "b7d2b9dd-c15e-4t63-a621-dafdbbc6756b",
    "lead_status": "Deferred - Outside Business Hours",
    "next_contact_at": "2026-04-23T13:05:00.000Z"
  }
]
RAW_BUFFERClick to expand / collapse

Describe the problem/error/question

Workflow AFcYahm0Fukh37DN appears corrupted and cannot be opened reliably in the editor.
When opening the workflow, the UI redirects to a non-existing workflow view / fails to load.
Any attempt to update or save the workflow (including minimal edits, node rebuild, autofix apply, and rollback attempts) fails with iterable-related validation errors.

This also breaks runtime execution for the deferred queue path.

Affected execution example:
https://--/workflow/AFcYahm0Fukh37DN/executions/23877

What is the error message (if any)?

  • propertyValues[itemName] is not iterable
  • d[g] is not iterable (shown in editor)
  • could not find workflow (shown in editor redirect/failure state)

Please share your workflow/screenshots/recording

Workflow URL:
https://--/workflow/AFcYahm0Fukh37DN

Relevant failing path (sanitized/minimal):

{
  "nodes": [
    {
      "name": "Schedule Deferred Queue 9AM",
      "type": "n8n-nodes-base.scheduleTrigger"
    },
    {
      "name": "Select Deferred Cutoff Queue",
      "type": "n8n-nodes-base.postgres"
    },
    {
      "name": "Block PC_OVERRIDE Deferred",
      "type": "n8n-nodes-base.if"
    },
    {
      "name": "Run Deferred Lead Outreach",
      "type": "n8n-nodes-base.executeWorkflow"
    }
  ],
  "connections": {
    "Schedule Deferred Queue 9AM": { "main": [[{ "node": "Select Deferred Cutoff Queue", "type": "main", "index": 0 }]] },
    "Select Deferred Cutoff Queue": { "main": [[{ "node": "Block PC_OVERRIDE Deferred", "type": "main", "index": 0 }]] },
    "Block PC_OVERRIDE Deferred": { "main": [[{ "node": "Run Deferred Lead Outreach", "type": "main", "index": 0 }]] }
  }
}

Share the output returned by the last node

Last successful node in failed run 23877: Select Deferred Cutoff Queue
(3 items returned)

[
  {
    "queue_id": "75",
    "lead_id": "0df944ec-3fdc-4820-99a6-d6tr776bc03b",
    "lead_status": "Deferred - Outside Business Hours",
    "next_contact_at": "2026-04-23T13:05:00.000Z"
  },
  {
    "queue_id": "76",
    "lead_id": "0000b5b6-b159-40cb-g5b6-ea9b0ef35ac2",
    "lead_status": "Deferred - Outside Business Hours",
    "next_contact_at": "2026-04-23T13:05:00.000Z"
  },
  {
    "queue_id": "70",
    "lead_id": "b7d2b9dd-c15e-4t63-a621-dafdbbc6756b",
    "lead_status": "Deferred - Outside Business Hours",
    "next_contact_at": "2026-04-23T13:05:00.000Z"
  }
]

Debug info

core

  • n8nVersion: 2.17.6
  • platform: docker (cloud)
  • nodeJsVersion: 24.14.1
  • nodeEnv: production
  • database: sqlite
  • executionMode: regular
  • concurrency: 20
  • license: enterprise (sandbox)

storage

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

pruning

  • enabled: true
  • maxAge: 720 hours
  • maxCount: 25000 executions

client

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

Generated at: 2026-04-23T13:43:17.244Z

extent analysis

TL;DR

The workflow AFcYahm0Fukh37DN appears to be corrupted, causing errors when opening, updating, or saving it, and is likely due to iterable-related validation errors.

Guidance

  • Verify the workflow's node connections and data types to ensure they are correctly configured and match the expected input/output formats.
  • Check the executeWorkflow node's input parameters to ensure they are properly formatted and iterable, as the error messages suggest issues with propertyValues[itemName] and d[g].
  • Inspect the workflow's JSON definition for any syntax errors or inconsistencies that could be causing the corruption.
  • Attempt to recreate the workflow from scratch or restore it from a previous version to isolate the issue.

Example

No code snippet is provided as the issue seems to be related to the workflow's configuration and data types rather than a specific code error.

Notes

The issue may be specific to the n8n platform and its version (2.17.6), and further investigation into the platform's documentation and community resources may be necessary to resolve the issue.

Recommendation

Apply a workaround by recreating the workflow from scratch or restoring it from a previous version, as this may help identify and resolve the corruption issue.

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