For many of you its probably an easy question. (I am new to n8n)
There is an .csv file with about 1000 adresses in GOOGLEDRIVE. The CSV is updated daily.
Now the CSV entrys have to go to GOOGLE CONTACTS.
The Workflow should be shomething like this:
- Trigger: look 1 time a day for new entrys in CSV
- If there ist a new entry > grab it and look up in GOOGLE CONTACTS if it already exists
- if it exists: Update the enty in GOOGLE CONTACTS
- if it does not exist: Create a new contact.
## Share the output returned by the last node
<!-- If you need help with data transformations, please also share your expected output. -->
## Information on your n8n setup
- **n8n version: latest**
- **Database (default: SQLite):**
- **n8n EXECUTIONS_PROCESS setting (default: own, main):**
- **Running n8n via Docker,**
- **Operating system: some linux **