The idea is:
When viewing node output in Table
format, I’d like the UI to auto number the rows of the table by default.
For example, instead of just showing this:
We number each of these rows outside of the table, like this:
My use case:
Sometimes automations fail while on the n-th item in the list, and it’s hard to see which value maps to the n-th value.
I think it would be beneficial to add this because:
Helps speed up workflow troubleshooting.
barn4k
April 25, 2024, 7:32am
2
You can use the schema view for that
Hey @barn4k , so normally, yes, but let me share a little more detail. I think the issue might be specific to the Split
node type:
Here’s what I see in Table
view:
… and here’s what I see in Schema
view:
Notice how Schema
view doesn’t show all the items? It only shows 1 item. I’m not sure if that’s a bug, but that’s why I didn’t propose using Schema
view before…
barn4k
April 25, 2024, 6:45pm
4
No, that’s not a bug, because you have splitted the items and now they don’t belong to the same array anymore. Now they are completely different items
Okay, thanks for the clarification, @barn4k .