Google sheets multiple Triggers = Errors

I made several triggers for each document and if there is a new entry, a response comes. But now if I activate more than 3 such triggers, google account crashes due to overflow of requests. I have set the checks at different times, not at the same time, it doesn’t help. It feels like this node is checking all the rows in the already filled documents every time.
How to solve this to allow to set several checks.

Information on your n8n setup

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

Hi @lightcom

Yeah these triggers use a polling mechanism under the hood which can cause excessive requests if you are using them on each document individually.

You could probably try to use a Google Driver Trigger instead that detects changes in the folder where these files are located.

You could then build out the workflow to get the updated rows of that specific file etc.

Let us know how you get on! :raised_hands:

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