If this doesn’t help, could you share an example workflow and go into a little bit more detail about what you’re trying to do? Also, could you fill out this template:
thank you for your feedback, i have rules [“UNSEEN”, [“SUBJECT”, “Attention - Tbssvr-wmdash0234”] it’s filter email by subject, and then i want add filter by subject too, there is any idea to do that filter i have try that one [“UNSEEN”, [“SUBJECT”, “Attention - Tbssvr-wmdash0234”],[“Body”,“Partition of Drive”]] the body is not filter.
And have had no issues with testing and getting emails marked as read Can you let us know what version of n8n you’re using? If you’re on an older version, you may be missing some bug fixes.
If you’re on a more recent version of n8n, this can unfortunately also be a potential issue with your IMAP server, which may have different identifiers for messages than you expect.
ehm, for those rules run well, can you add body email for those rules cause i made one before not run [“UNSEEN”, [“SUBJECT”, “Attention - Tbssvr-wmdash0234”],[“Body”,“Partition of Drive”]] and then i run in n8n Version 0.227.1.
once again after i add imap rules [“UNSEEN”, [“SUBJECT”, “Attention - Tbssvr-wmdash0234”], another imap trigger has error, my imap run so well, there is bug, so i upgrade the latest version?
I managed to get this to work with ["UNSEEN", ["SUBJECT", "foo"], ["TEXT", "bar"]] - can you try TEXT instead of BODY and see if that picks this up instead?