Roblem in node gmail invalid email adress item 0

Hi, I’m new to n8n. I am trying to send an email and it says problem in node gmail invalid email address item 0

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:

I could be wrong but it looks like you have two items on the input there (the first of which I guess is just some column headers) where you probably want one. the default text in the first (“correo”) is not a valid email address. the corresponding value in the second is, and should work. To check this you can pin the data and edit it or just adjust the output from google sheets to only emit the second item.

If this is from a google sheet trigger you could also try to delete the first entry where the email address is invalid and instead implement validation BEFORE the email addresses are being added to the google sheet

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