I have a Google sheet with total 4 rows.
I’m using “get rows”
When I use that module solo it works perfectly.
But when there’s an http node connect before to that sheet.
That sheet starts giving same row 4 to 5 times.
Please check the below images:
I tried everything and nothing is working.
Thanks in advance!
n8n info:
self hosted and the version is v3.27.0 (latest version)
n8n
2
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:
@itsmeayyub , try setting Google Sheet node to execute only once.
Thank you so much. it worked!