Google Sheets Read Node Returns Duplicate Items

Hi everyone,
I’m running into a small issue with the Google Sheets Read (Sheet) node and could use some help.

My sheet has 1 header row (“Usernames”) and 4 usernames in rows 2–5.
But when I run the workflow, the node outputs 8 items, meaning each of the 4 rows is delivered twice.

Any idea why the node is returning every row two times?

hello @rayray

Check that the Google Sheet node has only one input item, or turn on the Execute Once switch in the node’s settings

1 Like

THANK YOU!! I was actually passing two items, which I do need in this case. The Execute Once option fixed the issue.

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