Describe the problem/error/question
When handling with data with multiple columns, and the number of columns on each item is different, the last visible column on table view can show undefined
when data actually exists.
In my example, there are two items with properties ranging from a
- z
and aa
-ao
, so 41 properties in total. The difference between them is that the 2nd item doesn’t have the “an” property, so it has only 40 properties. In this case the table view shows undefined
on ao
property in item 1, even though it has the ao
property set with value ao
.
This does not affect JSON
visualization or the actual workflow, only the table visualization.
What is the error message (if any)?
First item is incorrect in table view (shows ao
as undefined):
JSON view is correct:
Please share your workflow
EDIT: pinned the data so the bug is clearly visible.
Share the output returned by the last node
Full output (the output is correct, only the table visualization is incorrect):
[
{
"a": "a",
"b": "b",
"c": "c",
"d": "d",
"e": "e",
"f": "f",
"g": "g",
"h": "h",
"i": "i",
"j": "j",
"k": "k",
"l": "l",
"m": "m",
"n": "n",
"o": "o",
"p": "p",
"q": "q",
"r": "r",
"s": "s",
"t": "t",
"u": "u",
"v": "v",
"w": "w",
"x": "x",
"y": "y",
"z": "z",
"aa": "aa",
"ab": "ab",
"ac": "ac",
"ad": "ad",
"ae": "ae",
"af": "af",
"ag": "ag",
"ah": "ah",
"ai": "ai",
"aj": "aj",
"ak": "ak",
"al": "al",
"am": "am",
"an": "an",
"ao": "ao"
},
{
"a": "a",
"b": "b",
"c": "c",
"d": "d",
"e": "e",
"f": "f",
"g": "g",
"h": "h",
"i": "i",
"j": "j",
"k": "k",
"l": "l",
"m": "m",
"n": "n",
"o": "o",
"p": "p",
"q": "q",
"r": "r",
"s": "s",
"t": "t",
"u": "u",
"v": "v",
"w": "w",
"x": "x",
"y": "y",
"z": "z",
"aa": "aa",
"ab": "ab",
"ac": "ac",
"ad": "ad",
"ae": "ae",
"af": "af",
"ag": "ag",
"ah": "ah",
"ai": "ai",
"aj": "aj",
"ak": "ak",
"al": "al",
"am": "am",
"ao": "ao"
}
]
Information on your n8n setup
- n8n version: 1.85.4
- Database (default: SQLite): SQLite
- n8n EXECUTIONS_PROCESS setting (default: own, main): own
- Running n8n via (Docker, npm, n8n cloud, desktop app): k8s
- Operating system: ubuntu