Google contact find failing occasionally randomly

I create a contact in Google and then wait thirty minutes and execute this.
After that I set a group to the contact.

Sometimes it works and sometimes it fails like this.

The email is right. What can I check?

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:


doing a test right now and I’m running this test

one time it fails with nothing returned and then running it again it returns

it seems there is something very unreliable about the Google find contact

Hey @bally

Thanks for bringing this to our attention!

Could be related to Google’s Lazy Cache… We’re having a look at whether we can fix this in our node :eyes:

In the meantime, you could try to not use the query option but an additional Filter Node instead (and toggle the return all) and see if that works more reliably

New version [email protected] got released which includes the GitHub PR 10700.

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