GMail Node > Get Many > Return All (Limit)

Hello> I am using a Gmail node (Get Many) to get many old emails from my GMail inbox (which I will want to delete). The output gives always max 10 items, no matter if I activate ‘Return All’ or if I set a limit of 50, or 100.

No error messages, but I get only 10 items and that’s all.

I am using the latest version 1.94.1, running n8n on localhost on a Mac OS Sonoma 14.6.1

Thank you all

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

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

Hey there! Are you adding any filter/query to the Gmail Node? Would you mind sharing the Node Configuration?

Thank you for reaching out. Here is my node (attached image)


Experimenting: here is my workflow (attached). I am just testing it right now. I added a second GMail node. Both nodes are set to receive a limit of 50 emails. But… The first Gmail node received 10 items (as stated before). The second Gmail node,–an exact copy of the first–received 100 items. But looking at the output, those are the same 10 items of the previous node, just repeated 10 times. So no improvement.