Filter out email attachments based on extension - not working

Hi, I have an automation that checks incoming emails that meet certain criteria, then filters out attachments based on the extension. I want to keep documents and discard images.

This was working for ages but now appears to have stopped working.

Here, an email comes in with 2 attachments, one is docx and the other is jpg.

This is how my filter is set up:

And nothing passed through:

Any help gratefully received.

Hey @Jill_Metcalfe

I think you should map the value in filter coming from the iterator, not from the Email module.

2 Likes

FYI, you can also use the Iterate Attachments Gmail module.

3 Likes

Thanks, I will try that. I tried filtering on MIME types originally and it didn’t seem to have any effect at all.