Recommendation: Display of proper `null` value in the UI

Describe the issue/error/question

When a property in the output item contains a null value, it is displayed as blank, instead of null.
As an empty value of "" is also displayed as blank, it might be better to have the null displayed in the first case because otherwise it’s pretty confusing.

Please share the workflow

Share the output returned by the last node

Information on your n8n setup

  • n8n version: 0.197.1
  • Database you’re using (default: SQLite): postgres
  • Running n8n with the execution process [own(default), main]: main
  • Running n8n via [Docker, npm, n8n.cloud, desktop app]: docker
1 Like

Was this recently changed? Pretty sure it showed null before :thinking:

That’s what i thought as well.

Yes, we did refactor it totally for the drag-and-drop feature. There is where it was probably overlooked.

Thanks a lot for reporting @shrey-42!

2 Likes