Return only the first matching row does not work

I want to get only 1 row at the time, but I’m not sure how to set it up.

I want to get only 1 matching row because all the links go thought the Apify it might overload the server. Or maybe there is a way to que the results so they go trough the rest of the workflow 1 by one with 1 min delay.

I would appreciate the help!

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 am not sure about the Google Sheets Node options about limiting to one row.

But you can use the separate “Limit” node, which will only continue working with one result of the connected node.

In my case i had a SQL return two rows sometimes. So i used limit to just beat the problem with N8n.

1 Like

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