Remove duplicate module

Hi,
I have data written in a google sheet coming from the Http Request module.
I would like to avoid writing twice into the google sheet in case the http request module generates duplicates.
I feel a bit stuck and not sure how to implement this, i could use some suggestions, thank you

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:

Hi @Joao

There is a node for that called remove duplicates.
Have you tried it and what have you tried? Can you give us an example of the data and how to recognize duplicates. then we can help you out further. :slight_smile:

Thanks for the reply.
I indeed try to use the “remove duplicate” node but I can’t get my head around it.

I have a simple http request feeding into a google sheet node. I don’t understand how to use the node so before inserting it checks if the value already exists in the google sheet

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