Node output with data, but when executing, Output 1 item This is an item, but it's empty

Hi, I’m a newbie! I have these nodes, the flow works but I get this message Output
1 item
This is an item, but it’s empty. Thanks for the help

Information on your n8n setup

  • n8n version: 1.60
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, self-hosted):
  • Operating system: ubuntu

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hi @Lap_bcn

Thanks for posting here and welcome to the community! :cupcake:

Some nodes or operation types (like the Google Sheets Node - Update Row) will not return anything because they only perform an operation. You can think of it as a function in programming that does a job but does not return anything.

You should be able to see your updates made in the Google Sheet itself.

If you’re using another operation on the Google Sheet node (e.g. Get Rows) You will have items in the output pane, because this operation is programmed to return data.

I hope I explained it well :slight_smile:

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.