Problem processing lists

Hello,
Pretty new with n8n.

I’m trying to delete some emails from a server based on the subject, which is stored in an airtable.

I made this flow. It gets the email list also the table with the subjects, but the node split out outputs (number of emails X number of rows) and the IF node, does not work as expected.

I’d like to compare each email subject with all the subjects from the table.

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:

I’m using the community version on docker (ubuntu), latest version 1.58.2

The database I’m pulling from is Airtable.

I don’t know about EXECUTIONS_PROCESS

This is the IF node.
The fields seem correct but the result from the IF is always false.

I think I need to sleep more…
IF comparison was backwards.

Now it’s working fine.

2 Likes

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