Hi @Leadlinq
Best advice is to check your Zap Runs history details for examples that resulted in a duplicates: https://zapier.com/app/history/
Make sure to check the DATA IN/OUT for each Zap step.
Guessing the GSheets Find/Create Row is returning a false, thus creating a new row.
This might be due to the supporting (secondary lookup value).
Hi @Leadlinq
So there could be a couple of issues at hand.
First, within your second step you have your look column set to “ID” and a supporting lookup column set to “first_name”. Although, it shouldn’t be a problem most of the time, I would recommend removing the supporting lookup column. This is because your primary lookup is an ID which is guaranteed to be unique, and when you have a supporting lookup column both the ID and name must match. On top of this it is possible that the name that is coming in from Expandi does not match the existing names. For instance, there could be a space at the end of the name that we cannot see or something else.
The second possible issue is something that I have run into only a few times, but it is possible. On rare occasions, Google Sheets might have a caching issue that is causing the problem. I have resolved this in the past by creating a new spreadsheet, copying all my data from the old sheet and pasting it into the new sheet. (If you do this you will need to re-setup your zap so you are using the correct Google Sheet.) Personally, I do not think it is a caching issue, I think it has something to do with the issue mentioned above.
Hope this helps!