QOL: Add Row Numbers in Table View by Default for Node Output

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.

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…

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.