Google sheets trigger delay

I connected the flow to google sheet, I am using On Row Added, and after row added to the sheets,

the execution start after 30 sec. For some reasone it’s not instant .
And it can cause issues if multiple rows added to the sheets at the same time.

I added pic that show the time that the execution is running, and the row added, something like 30 sec earlier .

image

The output is fine but the timing is the problem .

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:

Hey @Bar_Ja,

Welcome to the community :tada:

The trigger node runs every minute by default so it isn’t unusual so see the worklfow run up to 60 seconds after a row has been added. There shouldn’t be an issue with rows being misssed as we should be grabbing everything since the last poll, How many rows did you add and how many were missing? Can you also complete the rest of the template so we know what version of n8n you are running?

1 Like

Thanks for the answer,
I actually not sure about my version that the reason I didnt complete the template.
I understand the reason,
thanks for help !

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