Gmail trigger, everything is empty

Sending new emails triggers the workflow, but it is not getting any data.

This workflow works fine when I run a test, but not when triggers on its own.

Information on your n8n setup

  • **n8n version: 1.36.1
  • **Database (default: SQLite): Postgres
  • **n8n EXECUTIONS_PROCESS setting (default: own, main): queue with 2 workers.
  • **Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
  • **Operating system: Ubuntu 22.04

Hey @Martin_Corona

Thanks for your post and welcome to the community! :raised_hands:

Have you tried to use the label name instead of the id?
IDs can only be addressed using the Expression input.

Try running the node without the filter first and see what you get. You should then be able to select from the Label Names drop-down in the filters option the one you need.
image

Let us know how you get on!