I have 2 sets of data.
Set 1 - Data from a MySQL Database
Set 2 - Data from an HTTP Response. (getting parsed with a code node)
If “company_name” from Set 1 is in Set 2, True, if not, false.
If True, we can update the company. If false we have to add the company to the list.
I’ve tried to put both data in the “if” node and it keeps throwing a Missing pairedItem data (node ‘CODE’ probably didn’t supply it)
I’ve tried to use the compare node, but that i think does a direct compare and not filter though?
Any ideas on how i can achieve this would be fantastic!
N8N version: Latest
database: Default
Running on docker.