Hi everyone! 👋
I'm using n8n to automate some tasks with Airtable, and I want to make sure I don't create duplicate records in a specific table.
Before adding a new record, I need to check if a similar record (based on a unique field, like email or name) already exists. If it does, I want to skip the creation step.
Does anyone know the best way to check for duplicates in Airtable within an n8n workflow? Any tips or advice would be greatly appreciated!
Thanks! 😊